Refactor into cargo workspace

This commit is contained in:
Aditya Kulkarni
2019-10-22 13:21:18 -07:00
parent 4a62949bdb
commit be2eaad443
5 changed files with 29 additions and 22 deletions

View File

@@ -1,21 +1,8 @@
[package]
name = "zecwallet-cli"
version = "1.1.0"
edition = "2018"
[dependencies]
rustyline = "5.0.2"
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/" }
[workspace]
members = [
"lib",
"cli",
]
[profile.release]
debug = false