From: Brian Warner Date: Sat, 20 Oct 2018 16:39:12 +0000 (-0700) Subject: README: add deps.rs badge X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=203daa239668b306141eee981d5ee67b94880f87;p=PAKEs.git README: add deps.rs badge --- diff --git a/README.md b/README.md index c3275e9..adbb104 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RustCrypto: PAKEs [![Build Status](https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKEs) [Password-Authenticated Key Agreement][1] protocols implementation. +[![dependency status](https://deps.rs/repo/github/RustCrypto/PAKEs/status.svg)](https://deps.rs/repo/github/RustCrypto/PAKEs) + ## Warnings Crates in this repository have not yet received any formal cryptographic and