initial commit

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2023-12-07 20:37:23 +01:00
commit 426ab4b095
16 changed files with 2289 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "revive"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = { workspace = true }
evmil = { workspace = true }
ir-tac = { path = "../ir-tac" }