Implements basic gui app.

This commit is contained in:
2026-08-23 19:06:34 -07:00
parent 4c5db3f950
commit ae84a31ed6
8 changed files with 1266 additions and 146 deletions

View File

@@ -18,8 +18,11 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2", features = [] }
[dependencies]
nextcloud_client = { path = "../../nextcloud_client" }
tauri = { version = "2", features = [] }
tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["json"] }
rfd = { version = "0.15", default-features = false, features = ["tokio"] }
open = "5"