open auth portal
This commit is contained in:
@@ -25,10 +25,15 @@ serde_json = "1"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
tauri-plugin-global-shortcut = "2"
|
||||
tauri-plugin-positioner = "2"
|
||||
reqwest = { version = "0.12.23", features = ["json", "native-tls"] }
|
||||
reqwest = { version = "0.12.23", features = ["json", "native-tls", "blocking"] }
|
||||
ts-rs = "11.0.1"
|
||||
device_query = "4.0.1"
|
||||
once_cell = "1.21.3"
|
||||
dotenvy = "0.15.7"
|
||||
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
|
||||
url = "2.5.7"
|
||||
rand = "0.9.2"
|
||||
sha2 = "0.10.9"
|
||||
base64 = "0.22.1"
|
||||
|
||||
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
||||
tauri-plugin-global-shortcut = "2"
|
||||
|
||||
Reference in New Issue
Block a user