mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 23:07:22 +00:00
10f1f3a381
* Bumped versions * Bump to latest substrate that exposes load_spec
11 lines
422 B
TOML
11 lines
422 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.7.15"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|