Rewrite without async/await

This commit is contained in:
Frank Denis 2018-02-10 16:39:07 +01:00
parent ce48cec32c
commit f73fc5539b
2 changed files with 50 additions and 43 deletions

View file

@ -12,7 +12,7 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
[dependencies]
base64 = "~0.9"
clap = "~2"
futures-await = "~0.1"
futures = "~0.1"
hyper = "~0.11"
tokio = "~0.1"
tokio-io = "~0.1"