aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-10-20 09:39:12 -0700
committerBrian Warner <warner@lothar.com>2018-10-20 09:39:12 -0700
commit203daa239668b306141eee981d5ee67b94880f87 (patch)
tree6f083821bde117201efe72dd6c8ae5c220d1d128
parent488b8101869e0f36cdee59fd5862c8c0d8ab8278 (diff)
downloadPAKEs-203daa239668b306141eee981d5ee67b94880f87.tar.xz
README: add deps.rs badge
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3275e9..adbb104 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# RustCrypto: PAKEs [![Build Status](https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKEs)
[Password-Authenticated Key Agreement][1] protocols implementation.
+[![dependency status](https://deps.rs/repo/github/RustCrypto/PAKEs/status.svg)](https://deps.rs/repo/github/RustCrypto/PAKEs)
+
## Warnings
Crates in this repository have not yet received any formal cryptographic and