From 2bba6b5341fd341de2b282e43f9b62f281ccf40e Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 24 Jan 2024 16:17:20 +0100 Subject: An attempt at implementing a shell --- rs/shell/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rs/shell/Cargo.toml (limited to 'rs/shell/Cargo.toml') diff --git a/rs/shell/Cargo.toml b/rs/shell/Cargo.toml new file mode 100644 index 0000000..0dcb6d6 --- /dev/null +++ b/rs/shell/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "shell" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3