Files
pezkuwi-subxt/polkadot/statement-table/Cargo.toml
T
Kian Paimani 8fb635b5e5 Update to latest substrate (#504)
* Update cargo files

* First round of build fixes

* update lock file
2019-10-28 14:28:13 +01:00

11 lines
441 B
TOML

[package]
name = "polkadot-statement-table"
version = "0.6.3"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
codec = { package = "parity-scale-codec", version = "~1.0.0", default-features = false, features = ["derive"] }
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "kiz-rpc-for-fee-stuff" }
primitives = { package = "polkadot-primitives", path = "../primitives" }