mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 05:01:08 +00:00
989809f9a6
* Remote test for bags-list in westend * new tests * REVAMPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP * reset cargo.lock changes * revert lock file * fix * cargo update -p sp-io
15 lines
489 B
TOML
15 lines
489 B
TOML
[package]
|
|
name = "polkadot-voter-bags"
|
|
version = "0.9.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
generate-bags = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
structopt = "0.3.25"
|
|
|
|
westend-runtime = { path = "../../runtime/westend" }
|
|
kusama-runtime = { path = "../../runtime/kusama" }
|
|
polkadot-runtime = { path = "../../runtime/polkadot" }
|