mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-07 06:08:03 +00:00
2b9e40225d
Signed-off-by: xermicus <cyrill@parity.io>
16 lines
466 B
TOML
16 lines
466 B
TOML
[package]
|
|
name = "revive-integration"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
hex = { workspace = true }
|
|
polkavm = { workspace = true }
|
|
parity-scale-codec = { workspace = true }
|
|
revive-solidity = { path = "../solidity" }
|
|
era-compiler-llvm-context = { path = "../llvm-context" }
|
|
alloy-primitives = { workspace = true }
|
|
alloy-sol-types = { workspace = true }
|