mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 17:57:56 +00:00
0078927ac5
* update codec * use new codec * update grandpa code * build .lock and binaries
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 = "3.0"
|
|
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" }
|