Cargo.toml 384 B
Newer Older
[package]
name = "polkadot-cli"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."

[dependencies]
log = "0.4.6"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
futures = "0.1.17"
thiolliere's avatar
thiolliere committed
substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "gui-polkadot-master" }
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
polkadot-service = { path = "../service" }