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"