mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 02:07:55 +00:00
cffa14a4d2
Provide a modified (and incomplete) version of ZKSync zksolc that can compile the most basic contracts
14 lines
426 B
TOML
14 lines
426 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 } |