Files
pezkuwi-subxt/polkadot/cli/Cargo.toml
T
2018-08-30 09:57:09 +02:00

14 lines
371 B
TOML

[package]
name = "polkadot-cli"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot node implementation in Rust."
[dependencies]
log = "0.3"
tokio = "0.1.7"
futures = "0.1.17"
exit-future = "0.1"
substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot" }
polkadot-service = { path = "../service" }