Cargo.toml 604 B
Newer Older
[package]
name = "polkadot-cli"
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.1"
authors = ["Parity Technologies <[email protected]>"]
description = "Polkadot node implementation in Rust."
edition = "2018"

[dependencies]
futures = { version = "0.3.1", features = ["compat"] }
futures01 = { package = "futures", version = "0.1.29" }
Ashley's avatar
Ashley committed
cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "ashley-update-exit-future" }
service = { package = "polkadot-service", path = "../service" }
Gavin Wood's avatar
Gavin Wood committed

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