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

[dependencies]
futures = "0.3.4"
futures-timer = "3.0.1"
log = "0.4.8"
parity-scale-codec = "1.3.0"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
Ashley Ruglys's avatar
Ashley Ruglys committed
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "ashley-txpool" }
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
wasm-timer = "0.2.4"