mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 16:37:24 +00:00
f2c6eee7f1
* Introduce generalised proxies to polkadot * Introduce proxy to westend * Add proxy to Kusama. * Fix
11 lines
412 B
TOML
11 lines
412 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.8.3"
|
|
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" }
|