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.lock | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust/Cargo.lock (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock new file mode 100644 index 0000000..b21cc6a --- /dev/null +++ b/rust/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "rust" +version = "0.1.0" -- cgit v1.2.3