Present desktop authentication and automatic relocking

This commit is contained in:
2026-08-10 15:21:20 +02:00
parent e0ce21337d
commit b9034c5274
8 changed files with 540 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ flate2 = "1.1"
gix = { version = "0.86", default-features = false, features = ["blocking-http-transport-reqwest-rust-tls", "index", "merge", "revision", "sha1", "tree-editor"] }
gix-config = "0.59"
hmac = "0.12"
iced = "0.14"
iced = { version = "0.14", features = ["tokio"] }
ironstorage = { path = "crates/storage" }
keyring-core = "1.0"
pgp = { version = "0.20", default-features = false }