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

[dependencies]
7
8
parity-codec = "3.0"
parity-codec-derive = "3.0"
thiolliere's avatar
thiolliere committed
9
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "gui-polkadot-master" }
10
polkadot-primitives = { path = "../primitives" }