Files
revive/Cargo.toml
T
Cyrill Leutwiler 426ab4b095 initial commit
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2023-12-07 20:37:23 +01:00

14 lines
193 B
TOML

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