mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
2332d6dd04
* Removes `rlp` dependency * Enable warnings about unused crates in the CI * Remove all the unused crates * Make tests working again
17 lines
496 B
TOML
17 lines
496 B
TOML
[package]
|
|
name = "substrate-test-client"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
rhododendron = "0.3"
|
|
substrate-bft = { path = "../bft" }
|
|
substrate-client = { path = "../client" }
|
|
parity-codec = "2.0"
|
|
substrate-executor = { path = "../executor" }
|
|
substrate-keyring = { path = "../../core/keyring" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
substrate-test-runtime = { path = "../test-runtime" }
|
|
sr-primitives = { path = "../sr-primitives" }
|
|
|