Fix: Duplicate App Instances (#83)

This commit is contained in:
Youwes09
2026-05-16 15:41:07 -05:00
parent 6b56db7cf2
commit e3abc72f1b
3 changed files with 60 additions and 43 deletions
-1
View File
@@ -28,7 +28,6 @@ serde_json = "1"
walkdir = "2"
sysinfo = "0.32"
dirs = "5"
libc = "0.2"
urlencoding = "2"
tokio = { version = "1", features = ["rt-multi-thread"] }
reqwest = { version = "0.12", features = ["blocking"] }