Skip to content

Commit afbca6b

Browse files
committed
Add READMEs for the credential helpers.
1 parent be42872 commit afbca6b

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cargo-credential-1password
2+
3+
This is the implementation for the Cargo credential helper for [1password].
4+
See the [credential-process] documentation for how to use this.
5+
6+
[1password]: https://1password.com/
7+
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cargo-credential-gnome-secret
2+
3+
This is the implementation for the Cargo credential helper for [GNOME libsecret].
4+
See the [credential-process] documentation for how to use this.
5+
6+
[GNOME libsecret]: https://wiki.gnome.org/Projects/Libsecret
7+
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cargo-credential-macos-keychain
2+
3+
This is the implementation for the Cargo credential helper for [macOS Keychain].
4+
See the [credential-process] documentation for how to use this.
5+
6+
[macOS Keychain]: https://support.apple.com/guide/keychain-access/welcome/mac
7+
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cargo-credential-wincred
2+
3+
This is the implementation for the Cargo credential helper for [Windows Credential Manager].
4+
See the [credential-process] documentation for how to use this.
5+
6+
[Windows Credential Manager]: https://support.microsoft.com/en-us/windows/accessing-credential-manager-1b5c916a-6a16-889f-8581-fc16e8165ac0
7+
[credential-process]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#credential-process

0 commit comments

Comments
 (0)