From 6095ead99248963ae70091c5bb3399eed49c0826 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 24 Jan 2024 18:58:58 +0100 Subject: Remove Go and C source The Rust implementation now implements all features I need --- shell/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell/Cargo.toml (limited to 'shell/Cargo.toml') diff --git a/shell/Cargo.toml b/shell/Cargo.toml new file mode 100644 index 0000000..0dcb6d6 --- /dev/null +++ b/shell/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "shell" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3