21 lines
307 B
TOML
Raw Normal View History

2019-09-01 14:29:53 -07:00
[package]
2019-10-01 18:15:28 -07:00
name = "zecwallet-cli"
2019-10-14 09:28:44 -07:00
version = "1.0.0"
2019-09-01 14:29:53 -07:00
edition = "2018"
[dependencies]
2019-10-12 15:09:13 -07:00
rustyline = "5.0.2"
clap = "2.33"
2019-09-01 14:29:53 -07:00
log = "0.4"
2019-10-02 10:12:21 -07:00
log4rs = "0.8.3"
2019-09-10 14:19:52 -07:00
shellwords = "1.0.0"
2019-10-12 15:42:20 -07:00
json = "0.12.0"
http = "0.1"
byteorder = "1"
tiny-bip39 = "0.6.2"
2019-10-12 15:09:13 -07:00
zecwalletlitelib = { path = "./lib/" }
2019-10-09 11:38:19 -07:00
2019-09-22 11:21:29 -07:00
[profile.release]
2019-09-30 12:13:43 -07:00
debug = false