mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 05:21:03 +00:00
+5
-6
@@ -1,14 +1,13 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
|
||||
members = [
|
||||
"crates/ir-tac",
|
||||
"crates/cli",
|
||||
]
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.dependencies]
|
||||
evmil = "0.4"
|
||||
hex = "0.4"
|
||||
petgraph = "0.6"
|
||||
primitive-types = "0.12"
|
||||
indexmap = "2.1.0"
|
||||
indexmap = "2.1.0"
|
||||
inkwell = { version = "0.2.0", features = ["target-riscv", "no-libffi-linking", "llvm16-0"] }
|
||||
cc = "1.0"
|
||||
libc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user