Newer
Older
asynchronous rob
committed
[package]
asynchronous rob
committed
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
description = "Subsystem traits and message definitions"
asynchronous rob
committed
[dependencies]
derive_more = "0.99.11"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
polkadot-node-primitives = { path = "../primitives" }
polkadot-node-network-protocol = { path = "../network/protocol" }
asynchronous rob
committed
polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
sc-network = { 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" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "rh-babe-current-epoch-info" }
Peter Goodspeed-Niklaus
committed
[dev-dependencies]
futures = { version = "0.3.8", features = ["thread-pool"] }
Peter Goodspeed-Niklaus
committed
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }