mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
6f9a505fba
* pruning changes tries without digests * u64::max_value()
31 lines
690 B
TOML
31 lines
690 B
TOML
[package]
|
|
name = "substrate-executor"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.12"
|
|
parity-codec = "2.1"
|
|
sr-io = { path = "../sr-io" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-trie = { path = "../trie" }
|
|
substrate-serializer = { path = "../serializer" }
|
|
substrate-state-machine = { path = "../state-machine" }
|
|
sr-version = { path = "../sr-version" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
wasmi = { version = "0.4.1" }
|
|
byteorder = "1.1"
|
|
lazy_static = "1.0"
|
|
parking_lot = "*"
|
|
log = "0.4"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.1"
|
|
wabt = "0.4"
|
|
hex-literal = "0.1.0"
|
|
|
|
[features]
|
|
default = []
|
|
wasm-extern-trace = []
|