mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-30 03:47:25 +00:00
2bbfcc2f72
* bump version to 0.5 * bump spec_version to 1000
14 lines
380 B
TOML
14 lines
380 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.5.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
|
|
[dependencies]
|
|
log = "0.4.6"
|
|
tokio = "0.1.7"
|
|
futures = "0.1.17"
|
|
exit-future = "0.1"
|
|
substrate-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
polkadot-service = { path = "../service" }
|