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

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