handle ctrl+c in containers

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:55:19 +02:00
parent fd7f551726
commit fd942bb416
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 23 additions and 4 deletions

View file

@ -16,7 +16,7 @@ serde_with = "3.8.1"
tera = "1.19.1"
thiserror = { workspace = true }
time = { workspace = true }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.37.0", features = ["signal", "rt-multi-thread", "macros"] }
tokio-util = "0.7.11"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"