From 8f51c586b3b324a1a86504cb8c0770cfecf8363c Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Fri, 12 Feb 2021 22:00:33 +0000 Subject: [PATCH] Add deps.rs badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 882eee0..7f2ea8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RustCrypto KDFs ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] +# RustCrypto KDFs ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link] Collection of key derivation functions (KDFs) written in pure Rust. @@ -30,6 +30,8 @@ dual licensed as above, without any additional terms or conditions. [rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260043-KDFs +[deps-image]: https://deps.rs/repo/github/RustCrypto/KDFs/status.svg +[deps-link]: https://deps.rs/repo/github/RustCrypto/KDFs [//]: # (algorithms)