Cargo.toml 381 Bytes
Newer Older
1
2
3
4
[package]
name = "polkadot-statement-table"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
5
edition = "2018"
6
7

[dependencies]
Gavin Wood's avatar
Gavin Wood committed
8
parity-codec = { version = "4.1", features = ["derive"] }
9
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
10
primitives = { package = "polkadot-primitives", path = "../primitives" }