cargo/crates/credential
Alex Crichton c687d83ada Remove authors directives from Cargo crates
Most of these are pretty dated and Cargo defaults nowadays to not
emitting an `authors` field so this commit also removes them from the
manifests.
2021-10-22 10:27:20 -07:00
..
cargo-credential Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
cargo-credential-1password Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
cargo-credential-gnome-secret Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
cargo-credential-macos-keychain Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
cargo-credential-wincred Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
README.md Add some credential manifest metadata and READMEs. 2020-12-06 11:41:12 -08: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.