Revert to using Reqwest, reimplement upload command

This commit is contained in:
Lucien Greathouse
2019-08-29 16:31:42 -07:00
parent ee3fed97e0
commit 4e512b7023
3 changed files with 467 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ env_logger = "0.6"
failure = "0.1.3"
futures = "0.1"
hyper = "0.12"
reqwest = "0.9.20"
jod-thread = "0.1.0"
log = "0.4"
maplit = "1.0.1"