handle ctrl+c in containers
This commit is contained in:
parent
fd7f551726
commit
fd942bb416
3 changed files with 23 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue