Private
Public Access
1
0

auth: try switching to platform agnostic auth store

This commit is contained in:
2025-08-25 00:56:03 -07:00
parent f82123a454
commit c30330a444
3 changed files with 54 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ chrono = "0.4.38"
directories = "6.0.0"
env_logger = "0.11.6"
futures-util = "0.3.31"
keyring = { version = "3.6.2", features = ["sync-secret-service"] }
keyring = { version = "3.6.3", features = ["apple-native", "sync-secret-service"] }
kordophone = { path = "../kordophone" }
kordophone-db = { path = "../kordophone-db" }
log = "0.4.25"