mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
c29313c618
- Blake2 for secure hashing - XX for fast hashing
19 lines
488 B
TOML
19 lines
488 B
TOML
[package]
|
|
name = "polkadot-executor"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
error-chain = "0.11"
|
|
polkadot-primitives = { path = "../primitives", version = "0.1" }
|
|
polkadot-serializer = { path = "../serializer", version = "0.1" }
|
|
polkadot-state-machine = { path = "../state_machine" , version = "0.1" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
parity-wasm = "0.15.0"
|
|
byteorder = "1.1"
|
|
rustc-hex = "1.0.0"
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.1"
|