From bc8bf78ea324cb3eb02e3d73c0c516a028ec9215 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 23 Sep 2024 10:48:52 +0200 Subject: Started Rust interpreter --- rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..7d75412 --- /dev/null +++ b/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "rust" +version = "0.1.0" +edition = "2021" + +[dependencies] -- cgit v1.2.3