Cargo.toml 435 Bytes
Newer Older
1
2
[package]
name = "polkadot-statement-table"
Gavin Wood's avatar
Gavin Wood committed
3
version = "0.6.0"
4
authors = ["Parity Technologies <admin@parity.io>"]
5
edition = "2018"
6
7

[dependencies]
8
codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] }
9
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
10
primitives = { package = "polkadot-primitives", path = "../primitives" }