implement server state/signal handling, depend on tokio-signal
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user