mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
beeacf9cfa
* impl Compact<> and HasCompact for Permill Perbill * update parity-codec to 2.2 * add Cargo.lock * add lock and build for runtime * rebuild Cargo.lock after rebase
16 lines
556 B
TOML
16 lines
556 B
TOML
[package]
|
|
name = "substrate-test-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
substrate-client = { path = "../client" }
|
|
parity-codec = "2.2"
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-consensus-common = { path = "../consensus/common" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-state-machine = { path = "../state-machine" }
|
|
substrate-test-runtime = { path = "../test-runtime" }
|
|
sr-primitives = { path = "../sr-primitives" }
|