cargo/credential
Ed Page c6c1df4758 chore: Make N-2 the default MSRV
We likely don't want to release these packages every 6 months just for
an MSRV bump.
By moving the MSRV out of the package, `cargo bump-check` will ignore
the MSRV bump.

Inspired by #13266
2024-01-18 15:30:41 -06:00
..
cargo-credential chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
cargo-credential-1password chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
cargo-credential-libsecret chore: Make N-0 MSRVs explicit 2024-01-18 15:28:04 -06:00
cargo-credential-macos-keychain chore: Make N-0 MSRVs explicit 2024-01-18 15:28:04 -06:00
cargo-credential-wincred chore: Make N-0 MSRVs explicit 2024-01-18 15:28:04 -06:00
README.md chore: Use globs for workspace members 2023-04-18 20:02:21 -05:00

README.md

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.