Add seed phrases

This commit is contained in:
Aditya Kulkarni
2019-09-08 19:52:25 -07:00
parent f9d0878a81
commit c08b51fde7
5 changed files with 94 additions and 57 deletions

View File

@@ -23,6 +23,8 @@ rustyline = "5.0.2"
byteorder = "1"
rand = "0.5.6"
json = "0.12.0"
bip39 = "0.6.0-beta.1"
clap = "2.33"
[dependencies.bellman]
path = "../../librustzcash/bellman"