mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Use yaml.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[package]
|
||||
name = "polkadot-cli"
|
||||
version = "0.1.0"
|
||||
authors = ["Tomasz Drwięga <tomusdrw@gmail.com>"]
|
||||
authors = ["Parity Team <admin@parity.io>"]
|
||||
description = "Polkadot node implementation in Rust."
|
||||
|
||||
[dependencies]
|
||||
clap = "2.27"
|
||||
clap = { version = "2.27", features = ["yaml"] }
|
||||
env_logger = "0.4"
|
||||
log = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user