Cargo.toml 1.4 KiB
Newer Older
[package]
name = "polkadot-network-test"
version = "0.8.15"
license = "GPL-3.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
log = "0.4.8"
parking_lot = "0.10.0"
futures = "0.3.1"
rand = "0.7.2"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-service = { git = "https://github.com/paritytech/substrate", features = ["test-helpers"], branch = "td-weight-parameters-refactor" }
sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" }