Use yaml.

This commit is contained in:
Tomasz Drwięga
2017-11-10 12:36:47 +01:00
parent 5c57479348
commit da44b3fcfa
5 changed files with 37 additions and 17 deletions
+3 -2
View File
@@ -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"