Extract vanity, add restore (#843)

This commit is contained in:
Sergey Pepyakin
2018-09-29 18:51:52 +01:00
committed by Gav Wood
parent d4dbc306e8
commit 6d8bea5137
5 changed files with 254 additions and 158 deletions
+1
View File
@@ -6,6 +6,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
substrate-primitives = { version = "*", path = "../core/primitives" }
rand = "0.4"
clap = { version = "~2.32", features = ["yaml"] }
[features]
bench = []