mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
7832ad93cd
* rename crates as appropriate * Rename to use master - easy to revert, but shows it's working * Bump runtime version * Bump version * Bump Substrate again
20 lines
579 B
TOML
20 lines
579 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.7.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
tokio = "0.1.22"
|
|
futures = { version = "0.3.1", features = ["compat"] }
|
|
futures01 = { package = "futures", version = "0.1.29" }
|
|
structopt = "0.3.4"
|
|
cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
service = { package = "polkadot-service", path = "../service" }
|
|
|
|
[features]
|
|
default = [ "wasmtime" ]
|
|
wasmtime = [ "cli/wasmtime" ]
|