Cargo.toml 486 B
Newer Older
[package]
name = "polkadot-node-messages"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
description = "Message types used by Subsystems"

[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 = "ashley-fix-browser-informant" }