mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 20:07:58 +00:00
ec401ce1d0
* move to rust 2021 * fix formatting, more moves
13 lines
351 B
TOML
13 lines
351 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 = "master" }
|
|
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
|