mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-06 23:17:55 +00:00
7a094f17c0
Signed-off-by: xermicus <cyrill@parity.io>
14 lines
281 B
TOML
14 lines
281 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["crates/*"]
|
|
|
|
[workspace.dependencies]
|
|
evmil = "0.4"
|
|
hex = "0.4"
|
|
petgraph = "0.6"
|
|
primitive-types = "0.12"
|
|
indexmap = "2.1.0"
|
|
inkwell = { version = "0.2.0", features = ["target-riscv", "no-libffi-linking", "llvm16-0"] }
|
|
cc = "1.0"
|
|
libc = "0.2"
|