mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
04c518de01
* Revert "Companion for substrate#10632 (#895)" This reverts commitfd145766d4. * Revert "Companion for paritytech/polkadot#4712 (#901)" This reverts commit9c977d66a3. * Prepare branch * Make sure to use `state_version = 0` for now * Fix lock file * Minimising changes to cargo lock * updating to include weights update. Co-authored-by: Bastian Köcher <info@kchr.de>
13 lines
371 B
TOML
13 lines
371 B
TOML
[package]
|
|
name = "cumulus-client-cli"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
structopt = "0.3.3"
|
|
|
|
# Substrate dependencies
|
|
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
|
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
|