Commit Graph

2 Commits

Author SHA1 Message Date
Christian Visintin
b1601fb17e chore(deps): migrate keyring from 3 to 4
keyring v4 is no longer a library crate; the API moved to keyring-core
plus per-platform credential store crates. Replace the keyring dependency
with keyring-core and the native store crates, and register the default
store at runtime (lazily, once) since v4 no longer selects it at compile
time via Cargo features.
2026-06-08 20:17:02 +02:00
Christian Visintin
0d24662b3d refactor: migrate from mod.rs to named module files 2026-04-19 01:54:46 +05:30