mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
9 lines
295 B
Markdown
9 lines
295 B
Markdown
# 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.
|