Cargo.toml 493 B
Newer Older
name = "polkadot-node-subsystem"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
description = "Subsystem traits and message definitions"

[dependencies]
polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
polkadot-node-primitives = { path = "../primitives" }
Ashley Ruglys's avatar
Ashley Ruglys committed
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
async-trait = "0.1"