From e96098697cc8629a409ddc6c534390068f9d3921 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 12 Oct 2019 15:42:20 -0700 Subject: [PATCH] Compile issues --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 249f6e3..1d09ed4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ clap = "2.33" log = "0.4" log4rs = "0.8.3" shellwords = "1.0.0" +json = "0.12.0" +http = "0.1" +byteorder = "1" +tiny-bip39 = "0.6.2" zecwalletlitelib = { path = "./lib/" }