diff --git a/Cargo.toml b/Cargo.toml index 7307550..6f8d1b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] clap = "4.5.21" -keyring = "3.6.1" +keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }