Vainly try to port that junk to tokio 0.1

This commit is contained in:
Frank Denis 2018-02-08 12:32:18 +01:00
parent 833882078e
commit 5a2529f4af
2 changed files with 50 additions and 45 deletions

View file

@ -14,7 +14,7 @@ base64 = "~0.9"
clap = "~2"
futures-await = "~0.1"
hyper = "~0.11"
tokio-core = "~0.1"
tokio = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.1"
clippy = {version = ">=0", optional = true}