diff options
Diffstat (limited to '')
-rw-r--r-- | crates/credential/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/credential/README.md b/crates/credential/README.md new file mode 100644 index 0000000..168cc71 --- /dev/null +++ b/crates/credential/README.md @@ -0,0 +1,8 @@ +# 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. |