mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 15:27:24 +00:00
3c98185e1c
* Identity * Bump spec * Update runtime/polkadot/src/lib.rs Co-authored-by: kaichao <kaichaosuna@gmail.com> * Fix runtime * Bump runtimes Co-authored-by: kaichao <kaichaosuna@gmail.com>
11 lines
412 B
TOML
11 lines
412 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.8.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|