Skip to content

Commit

Permalink
Add deps.rs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 12, 2021
1 parent 8d51e7e commit 0ad29e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RustCrypto: password hashes ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link]
# RustCrypto: password hashes ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]

Collection of password hashing algorithms, otherwise known as password-based key
derivation functions, written in pure Rust.
Expand Down Expand Up @@ -32,3 +32,6 @@ for inclusion in the work by you, as defined in the Apache-2.0 license
[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/260046-password-hashes
[deps-image]: https://deps.rs/repo/github/RustCrypto/password-hashes/status.svg
[deps-link]: https://deps.rs/repo/github/RustCrypto/password-hashes

0 comments on commit 0ad29e6

Please sign in to comment.