mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 00:28:01 +00:00
f1fdb0cb83
* Improved execution & tests * Style * Made CLI arg const * Moved Upwards message * CLI subcommand for validation worker * Build halting parachain * Build halting parachain * Made stuff private * Reorganized parachain tests * Comment * Whitespace * Apply suggestions from code review Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com> * Fixed call data size check and introduced an enum * Apply suggestions from code review Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
16 lines
453 B
TOML
16 lines
453 B
TOML
[package]
|
|
name = "polkadot-cli"
|
|
version = "0.5.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot node implementation in Rust."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.6"
|
|
tokio = "0.1.7"
|
|
futures = "0.1.17"
|
|
exit-future = "0.1"
|
|
structopt = "0.2"
|
|
cli = { package = "substrate-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
service = { package = "polkadot-service", path = "../service" }
|