feat: correctly handle interrupt

This commit is contained in:
mokurin000
2025-07-30 19:15:48 +08:00
parent 5ad0135deb
commit d35372b20a
4 changed files with 44 additions and 3 deletions

View File

@@ -31,3 +31,4 @@ spdlog-rs = { version = "0.4.3", default-features = false, features = [
] }
futures-util = "0.3.31"
redb = { version = "2.6.1", optional = true }
ctrlc = { version = "3.4.7", features = ["termination"] }