mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
16 lines
455 B
TOML
16 lines
455 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.6.6"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.6"
|
|
tokio = "0.1.7"
|
|
futures = "0.1.17"
|
|
exit-future = "0.1"
|
|
structopt = "0.3.3"
|
|
cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
service = { package = "polkadot-service", path = "../service" }
|