Cargo.toml 1.39 KiB
Newer Older
[package]
name = "polkadot-network-test"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.11"
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"
Ashley Ruglys's avatar
Ashley Ruglys committed
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sc-service = { git = "https://github.com/paritytech/substrate", features = ["test-helpers"], branch = "ashley-fix-browser-informant" }
sc-network-test = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" }
polkadot-test-runtime-client = { path = "../../runtime/test-runtime/client" }