mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 14:25:45 +00:00
6d778c99d2
* WIP * merging select_chain * WIP * update to point to gui-polkadot-master * Fix collator * update gui-polkadot-master and fix * fix unwraps * better returning an error
11 lines
335 B
TOML
11 lines
335 B
TOML
[package]
|
|
name = "polkadot-statement-table"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
parity-codec = "3.0"
|
|
parity-codec-derive = "3.0"
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate", branch = "gui-polkadot-master" }
|
|
polkadot-primitives = { path = "../primitives" }
|