Cargo.toml 573 B
Newer Older
[package]
name = "polkadot-node-primitives"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
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"] }
Ashley Ruglys's avatar
Ashley Ruglys committed
runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "ashley-txpool", default-features = false }
async-trait = "0.1"