mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
fix chain spec builder compilation (#2521)
This commit is contained in:
committed by
Bastian Köcher
parent
d4eb3ec747
commit
9927c336d3
Generated
+10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user