Cargo.toml 603 Bytes
Newer Older
Gav's avatar
Gav committed
1
2
[package]
name = "polkadot-cli"
3
version = "0.7.5"
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
10
log = "0.4.8"
tokio = "0.1.22"
11
12
futures = { version = "0.3.1", features = ["compat"] }
futures01 = { package = "futures", version = "0.1.29" }
13
structopt = "0.3.4"
14
cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
15
service = { package = "polkadot-service", path = "../service" }
Gavin Wood's avatar
Gavin Wood committed
16
17

[features]
18
19
# default = [ "wasmtime" ]
default = []
Gavin Wood's avatar
Gavin Wood committed
20
wasmtime = [ "cli/wasmtime" ]