1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add support for unix signals

This commit is contained in:
Nikolay Kim
2017-12-28 11:36:20 -08:00
parent 02b37570f4
commit d80a0c9f94
5 changed files with 109 additions and 5 deletions

View File

@ -32,6 +32,9 @@ tls = ["native-tls", "tokio-tls"]
# openssl
alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
# signals
signal = ["actix/signal"]
[dependencies]
log = "0.3"
failure = "0.1"