Implements basic gui app.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user