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

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