feat: add tokio-stream dependency and refactor event loop handling in EventDrivenProxyManager

This commit is contained in:
Tunglies
2025-08-22 03:16:59 +08:00
parent 7d5fd295ed
commit 02f67961a9
3 changed files with 22 additions and 26 deletions

View File

@@ -77,6 +77,7 @@ kode-bridge = "0.2.1-rc1"
dashmap = "6.1.0"
tauri-plugin-notification = "2.3.0"
console-subscriber = { version = "0.4.1", optional = true }
tokio-stream = "0.1.17"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"