Files
pezkuwi-subxt/client/cli/Cargo.toml
T
Bastian Köcher 4d37f94a5e Prepare for 0.9.18
2022-03-22 17:28:56 +01:00

14 lines
402 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
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" }
url = "2.2.2"