From da7e7af1099a2b1e0a303fbd5a00002af412c5dc Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Mon, 19 Jul 2021 15:07:41 -0700 Subject: [PATCH] Add deps.rs badge (#299) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1aafc61..e2b7798 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ![Rust Version][rustc-image] [![Safety Dance][safety-image]][safety-link] [![Build Status][build-image]][build-link] +[![dependency status][deps-image]][deps-link] Pure Rust cross-platform host-side driver for [YubiKey] devices from [Yubico] with support for public-key encryption and digital signatures using the @@ -169,6 +170,8 @@ or conditions. [safety-link]: https://github.com/rust-secure-code/safety-dance/ [build-image]: https://github.com/iqlusioninc/yubikey.rs/workflows/CI/badge.svg?branch=main&event=push [build-link]: https://github.com/iqlusioninc/yubikey.rs/actions +[deps-image]: https://deps.rs/repo/github/iqlusioninc/yubikey.rs/status.svg +[deps-link]: https://deps.rs/repo/github/iqlusioninc/yubikey.rs [//]: # (general links)