Implement desktop menus and shortcuts

This commit is contained in:
2026-08-10 16:52:51 +02:00
parent f6e74cbb1d
commit c301d9a3df
8 changed files with 1376 additions and 67 deletions

View File

@@ -30,6 +30,7 @@ hmac = "0.12"
iced = { version = "0.14", features = ["tokio"] }
ironstorage = { path = "crates/storage" }
keyring-core = "1.0"
muda = "0.19"
pgp = { version = "0.20", default-features = false }
qrcode = { version = "0.14", default-features = false }
rand = "0.8"