Cargo.toml 1.51 KiB
Newer Older
[package]
name = "polkadot-node-core-backing"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
futures = "0.3.5"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
sp-api = { 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" }
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" }
derive_more = "0.99.9"
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }

[dev-dependencies]
Tomasz Drwięga's avatar
Tomasz Drwięga committed
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor" }
futures = { version = "0.3.5", features = ["thread-pool"] }
subsystem-test = { package = "polkadot-subsystem-test-helpers", path = "../../test-helpers/subsystem" }
assert_matches = "1.3.0"