Cargo.toml 604 Bytes
Newer Older
Gav's avatar
Gav committed
1
2
[package]
name = "polkadot-cli"
Gavin Wood's avatar
Gavin Wood committed
3
version = "0.7.1"
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.8"
10
tokio = "0.2.1"
11
12
futures = { version = "0.3.1", features = ["compat"] }
futures01 = { package = "futures", version = "0.1.29" }
13
structopt = "0.3.4"
Ashley's avatar
Ashley committed
14
cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
15
service = { package = "polkadot-service", path = "../service" }
Gavin Wood's avatar
Gavin Wood committed
16
17
18
19

[features]
default = [ "wasmtime" ]
wasmtime = [ "cli/wasmtime" ]