start implementing request handler

This commit is contained in:
Dietmar Maurer
2018-11-01 11:30:49 +01:00
parent 886e5ce8f7
commit 28e47cea55
3 changed files with 90 additions and 6 deletions

View File

@ -19,4 +19,5 @@ derive-new = "0.5.5"
serde = "1.0.80"
serde_json = "1.0.32"
serde_derive = "1.0.80"
url = "1.7.1"
hyper = "0.12.13"