cargo/credential
bors 5b377cece0 Auto merge of #12322 - ehuss:credential-readme, r=epage
Add READMEs for the credential helpers.

This adds some READMEs for these crates. These are pretty bare bones for now, but I suspect they may get extended in the future based on how we decide to deploy them.
2023-06-30 00:01:00 +00:00
..
cargo-credential chore: Use globs for workspace members 2023-04-18 20:02:21 -05:00
cargo-credential-1password Add READMEs for the credential helpers. 2023-06-29 11:54:41 -07:00
cargo-credential-gnome-secret Auto merge of #12322 - ehuss:credential-readme, r=epage 2023-06-30 00:01:00 +00:00
cargo-credential-macos-keychain Add READMEs for the credential helpers. 2023-06-29 11:54:41 -07:00
cargo-credential-wincred Add READMEs for the credential helpers. 2023-06-29 11:54:41 -07:00
README.md chore: Use globs for workspace members 2023-04-18 20:02:21 -05:00

Cargo Credential Packages

This directory contains Cargo packages for handling storage of tokens in a secure manner.

cargo-credential is a generic library to assist writing a credential process. The other directories contain implementations that integrate with specific credential systems.