feat: implement native OS file management and trash utilities

This commit is contained in:
NimBold
2026-06-16 15:45:22 +03:30
parent e41e761b33
commit 2727d07d62
7 changed files with 185 additions and 13 deletions
+1
View File
@@ -56,6 +56,7 @@ url = "2"
tauri-plugin-store = "2.4.3"
log = "0.4.32"
tauri-plugin-log = "2"
trash = "5"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25"
objc = "0.2.7"