implement server state/signal handling, depend on tokio-signal

This commit is contained in:
Dietmar Maurer
2019-04-08 12:21:29 +02:00
parent 5a12c0e2fb
commit 7a630df709
5 changed files with 166 additions and 3 deletions

View File

@ -21,8 +21,9 @@ futures = "0.1"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-fs = "0.1"
tokio-tls = "0.2.1"
native-tls = "0.2.2"
tokio-tls = "0.2"
tokio-signal = "0.2"
native-tls = "0.2"
http = "0.1"
hyper = "0.12"
hyper-tls = "0.3"