mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 12:37:57 +00:00
495d24d730
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
20 lines
680 B
TOML
20 lines
680 B
TOML
[package]
|
|
name = "cumulus-client-cli"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.6", features = ["derive"] }
|
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
|
url = "2.4.0"
|
|
|
|
# Substrate
|
|
sc-cli = { path = "../../../substrate/client/cli" }
|
|
sc-client-api = { path = "../../../substrate/client/api" }
|
|
sc-chain-spec = { path = "../../../substrate/client/chain-spec" }
|
|
sc-service = { path = "../../../substrate/client/service" }
|
|
sp-core = { path = "../../../substrate/primitives/core" }
|
|
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|