Newer
Older
Peter Goodspeed-Niklaus
committed
[package]
name = "polkadot-node-subsystem-util"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
description = "Subsystem traits and message definitions"
[dependencies]
Peter Goodspeed-Niklaus
committed
futures-timer = "3.0.2"
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] }
parking_lot = { version = "0.11.1", optional = true }
Peter Goodspeed-Niklaus
committed
polkadot-node-primitives = { path = "../primitives" }
polkadot-node-subsystem = { path = "../subsystem" }
polkadot-primitives = { path = "../../primitives" }
Peter Goodspeed-Niklaus
committed
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
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" }