refactor: move logic away from tauri commands

This commit is contained in:
2025-02-12 23:10:18 +01:00
parent 047b2e9f4a
commit fdf3679fbe
12 changed files with 181 additions and 156 deletions

View File

@ -33,4 +33,5 @@ log = "0.4.25"
regex = "1.11.1"
zip = "2.2.2"
tauri-plugin-dialog = "2"
anyhow = "1.0.95"