Cargo.toml 380 Bytes
Newer Older
Gav's avatar
Gav committed
1
2
[package]
name = "polkadot-cli"
André Silva's avatar
André Silva committed
3
version = "0.5.0"
Gav's avatar
Gav committed
4
5
6
7
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot node implementation in Rust."

[dependencies]
8
log = "0.4.6"
9
tokio = "0.1.7"
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
10
futures = "0.1.17"
11
exit-future = "0.1"
12
substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
Arkadiy Paronyan's avatar
Arkadiy Paronyan committed
13
polkadot-service = { path = "../service" }