use futures - first try

This commit is contained in:
Dietmar Maurer
2018-11-09 08:22:54 +01:00
parent 4beaacb6f4
commit b82472c0d2
2 changed files with 81 additions and 19 deletions

View File

@ -17,6 +17,8 @@ serde = "1.0.80"
serde_json = "1.0.32"
serde_derive = "1.0.80"
url = "1.7.1"
hyper = "0.12.13"
futures = "0.1.25"
http = "0.1.13"
hyper = "0.12.14"
lazy_static = "1.1.0"
regex = "1.0.6"