[package] name = "polkadot-node-messages" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" description = "Message types used by Subsystems" [dependencies] polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } polkadot-node-primitives = { path = "../primitives" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "ashley-fix-browser-informant" } futures = "0.3.5"