Skip to content

Commit

Permalink
Add deps.rs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Feb 12, 2021
1 parent d19b563 commit 8f51c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 8f51c58

Please sign in to comment.