upgrade gpauth

This commit is contained in:
Kevin Yue
2024-12-13 10:58:39 +00:00
parent f474ab36c0
commit e6eb787674
26 changed files with 916 additions and 4276 deletions

View File

@@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[build-dependencies]
tauri-build = { version = "1.5", features = [] }
tauri-build = { version = "2", features = [] }
[dependencies]
gpapi = { path = "../../crates/gpapi", features = [
@@ -14,6 +14,9 @@ gpapi = { path = "../../crates/gpapi", features = [
"clap",
"browser-auth",
] }
tauri = { workspace = true }
anyhow.workspace = true
clap.workspace = true
env_logger.workspace = true
@@ -24,6 +27,7 @@ tokio.workspace = true
tokio-util.workspace = true
tempfile.workspace = true
html-escape = "0.2.13"
webkit2gtk = "0.18.2"
tauri = { workspace = true, features = ["http-all"] }
compile-time.workspace = true
[target.'cfg(not(target_os = "macos"))'.dependencies]
webkit2gtk = "2"