From 25363029221d943d3eed8ae9120bf2510d5301a4 Mon Sep 17 00:00:00 2001 From: "Christopher L. Crutchfield" Date: Sat, 16 Nov 2024 16:46:51 -0800 Subject: [PATCH] feat: specify the credential providers --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }