Skip to content

Commit a126081

Browse files
authored
Add deps.rs badge
1 parent c04bac7 commit a126081

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RustCrypto: Message Authentication Codes ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link]
1+
# RustCrypto: Message Authentication Codes ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]
22

33
Collection of [Message Authentication Code][1] (MAC) algorithms written in pure Rust.
44

@@ -30,6 +30,8 @@ for inclusion in the work by you, as defined in the Apache-2.0 license
3030
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
3131
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
3232
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
33+
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
34+
[deps-link]: https://deps.rs/repo/github/RustCrypto/MACs
3335

3436
[//]: # (footnotes)
3537

0 commit comments

Comments
 (0)