fix chain spec builder compilation (#2521)

This commit is contained in:
André Silva
2019-05-09 17:25:02 +01:00
committed by Bastian Köcher
parent d4eb3ec747
commit 9927c336d3
4 changed files with 2335 additions and 1706 deletions
+10
View File
@@ -352,6 +352,16 @@ name = "cfg-if"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chain-spec-builder"
version = "0.1.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"node-cli 1.0.0",
"substrate-primitives 1.0.0",
"substrate-service 1.0.0",
]
[[package]]
name = "chrono"
version = "0.4.6"