feat(desktop): implement backend wrapper auth

This commit is contained in:
Gusram
2024-05-30 22:53:59 +08:00
parent f8ac6dfeb1
commit 4156551b24
9 changed files with 402 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ tauri = { version = "1.5.3", features = [
] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-deep-link = { git = "https://github.com/FabianLars/tauri-plugin-deep-link", branch = "main" }
tauri-plugin-websocket = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-window-state = "0.1.0"
reqwest = "0.11.22"
serde_json = "1.0.108"