From 0e9eb71256fe9e08f2e119e18f03343fda6b7c47 Mon Sep 17 00:00:00 2001 From: "|| Prof. - Xadk3!000 ||" Date: Sun, 16 Apr 2023 11:03:31 +0000 Subject: [PATCH] added .rs dep. --- compilEr/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compilEr/Cargo.toml diff --git a/compilEr/Cargo.toml b/compilEr/Cargo.toml new file mode 100644 index 0000000..cf47189 --- /dev/null +++ b/compilEr/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "compilEr" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +reth = "0.1.0"