mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-08 12:28:02 +00:00
d238d8f39e
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
17 lines
530 B
TOML
17 lines
530 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"
|
|
tempfile = "3.8"
|
|
polkavm-common = { git = "https://github.com/koute/polkavm.git", rev = "3552524a248a025de8e608394fcf9eb7c528eb11" }
|
|
polkavm-linker = { git = "https://github.com/koute/polkavm.git", rev = "3552524a248a025de8e608394fcf9eb7c528eb11" }
|