mirror of
https://github.com/veeso/termscp.git
synced 2026-09-13 23:55:50 -07:00
b1601fb17e
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.