mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 14:25:45 +00:00
6d778c99d2
* WIP * merging select_chain * WIP * update to point to gui-polkadot-master * Fix collator * update gui-polkadot-master and fix * fix unwraps * better returning an error
14 lines
384 B
TOML
14 lines
384 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.4.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
|
|
[dependencies]
|
|
log = "0.4.6"
|
|
tokio = "0.1.7"
|
|
futures = "0.1.17"
|
|
exit-future = "0.1"
|
|
substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "gui-polkadot-master" }
|
|
polkadot-service = { path = "../service" }
|