Files
pezkuwi-subxt/client/cli/Cargo.toml
T
Bastian Köcher 226757b796 Update branches
2021-11-17 14:52:10 +01:00

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.13" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13" }