added .rs dep.

This commit is contained in:
|| Prof. - Xadk3!000 || 2023-04-16 11:03:31 +00:00
parent 1d39ea054e
commit 0e9eb71256
1 changed files with 9 additions and 0 deletions

9
compilEr/Cargo.toml Normal file
View File

@ -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"