Skip to content

Commit

Permalink
feat: specify the credential providers
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 6db67f9 commit 2536302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 2536302

Please sign in to comment.