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

[dependencies]
futures = "0.3.8"
futures-timer = "3.0.2"
tracing = "0.1.22"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
asynchronous rob's avatar
asynchronous rob committed
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }