cmd argument validation and remote hostname support

This commit is contained in:
Nick Dieff 2019-07-12 22:03:17 -04:00
parent 8fbcdfc2a7
commit 524168795f
3 changed files with 41 additions and 3 deletions

View file

@ -16,7 +16,7 @@ tls = ["native-tls", "tokio-tls"]
[dependencies]
base64 = "0.10"
clap = "2"
clap = "2.33.0"
futures = "0.1.27"
hyper = "0.12.30"
jemallocator = "0"