Files
pezkuwi-subxt/polkadot/statement-table/Cargo.toml
T
Bastian Köcher d9d53c17a1 Switch to edition 2021 (#4976)
* Switch to edition 2021

* Reset bridges

* Fix compilation

* Fix test-runtime

* Fix malus
2022-02-24 10:20:58 +00:00

11 lines
394 B
TOML

[package]
name = "polkadot-statement-table"
version = "0.9.17"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
primitives = { package = "polkadot-primitives", path = "../primitives" }