Support for C$ File Explorer

1. Need to implement multi threaded file explorer to prevent parent thread blocking
https://pm.racooncity.org/project/champ/kanban
This commit is contained in:
brotoskyj
2025-03-11 03:05:32 +00:00
parent 7a8246905d
commit 731db5a504
4 changed files with 185 additions and 17 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "2025.3.6"
edition = "2021"
[dependencies]
native-dialog = { version = "0.7.0", features = ["windows_dpi_awareness", "windows_visual_styles"] }
reqwest = { version = "0.12.12", features = ["blocking"] }
serde_json = "1.0.137"
simple-ldap = "2.1.1"