Files
pezkuwi-subxt/client/cli/Cargo.toml
T
Bastian Köcher 76479e7fef Prepare branch
2022-02-24 19:50:01 +01:00

13 lines
401 B
TOML

[package]
name = "cumulus-client-cli"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
clap = { version = "3.1", features = ["derive"] }
# Substrate dependencies
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" }