File tree 4 files changed +28
-0
lines changed
cargo-credential-1password
cargo-credential-gnome-secret
cargo-credential-macos-keychain
4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments