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
+14
View File
@@ -0,0 +1,14 @@
[workspace]
resolver = "2"
members = [
"crates/ir-tac",
"crates/cli",
]
[workspace.dependencies]
evmil = "0.4"
hex = "0.4"
petgraph = "0.6"
primitive-types = "0.12"
indexmap = "2.1.0"