[package] name = "polkadot-node-primitives" version = "0.1.0" authors = ["Parity Technologies "] edition = "2018" description = "Primitives types for the Node-side" [dependencies] polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } parity-scale-codec = { version = "1.3.0", default-features = false, features = ["derive"] } runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "td-weight-parameters-refactor", default-features = false } async-trait = "0.1"