refactor(signal): migrate signal to handling async in unix and remove signal-hook dependency

This commit is contained in:
Tunglies
2025-12-06 06:38:52 +08:00
parent d0c8f7fcc1
commit d28075221c
7 changed files with 63 additions and 38 deletions

View File

@@ -9,9 +9,6 @@ clash-verge-logging = { workspace = true }
log = { workspace = true }
tokio = { workspace = true }
[target.'cfg(unix)'.dependencies]
signal-hook = "0.3.18"
[target.'cfg(windows)'.dependencies]
tauri = { workspace = true }
windows-sys = { version = "0.61.2", features = [