blob: f5efe496b8fa8de8b9ac5e82e736298d644383fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# cargo-credential-macos-keychain
This is the implementation for the Cargo credential helper for [macOS Keychain].
See the [credential-provider] documentation for how to use this.
This credential provider is built-in to cargo as `cargo:macos-keychain`.
[macOS Keychain]: https://support.apple.com/guide/keychain-access/welcome/mac
[credential-provider]: https://doc.rust-lang.org/nightly/cargo/reference/registry-authentication.html
|