Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add READMEs for the credential helpers. #12322

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions credential/cargo-credential-1password/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cargo-credential-1password

This is the implementation for the Cargo credential helper for [1password].
See the [credential-process] documentation for how to use this.

[1password]: https://1password.com/
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
7 changes: 7 additions & 0 deletions credential/cargo-credential-gnome-secret/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cargo-credential-gnome-secret

This is the implementation for the Cargo credential helper for [GNOME libsecret].
See the [credential-process] documentation for how to use this.

[GNOME libsecret]: https://wiki.gnome.org/Projects/Libsecret
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
7 changes: 7 additions & 0 deletions credential/cargo-credential-macos-keychain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cargo-credential-macos-keychain

This is the implementation for the Cargo credential helper for [macOS Keychain].
See the [credential-process] documentation for how to use this.

[macOS Keychain]: https://support.apple.com/guide/keychain-access/welcome/mac
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
7 changes: 7 additions & 0 deletions credential/cargo-credential-wincred/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cargo-credential-wincred

This is the implementation for the Cargo credential helper for [Windows Credential Manager].
See the [credential-process] documentation for how to use this.

[Windows Credential Manager]: https://support.microsoft.com/en-us/windows/accessing-credential-manager-1b5c916a-6a16-889f-8581-fc16e8165ac0
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process