fix: resolve issue with file deletion during subscription removal

This commit is contained in:
Tunglies
2025-10-14 17:55:48 +08:00
parent f541464ff4
commit bb2059c76f
7 changed files with 52 additions and 88 deletions

View File

@@ -89,6 +89,7 @@ clash_verge_logger = { version = "0.1.0", git = "https://github.com/clash-verge-
clash_verge_service_ipc = { version = "2.0.16", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
async-trait = "0.1.89"
# clash_verge_service_ipc = { version = "2.0.16", features = [
# "client",
# ], path = "../../clash-verge-service-ipc" }