From cb304d20e9b9a6f2fe76f33e0d78c61cf10d52b3 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Mon, 12 Mar 2018 13:21:40 -0400 Subject: [PATCH] Add deps.rs badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bc4aa7..f58cd19 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Medallion [![Build Status](https://travis-ci.org/commandline/medallion.svg?branch=master)](https://travis-ci.org/commandline/medallion) [![Crates.io Status](http://meritbadge.herokuapp.com/medallion)](https://crates.io/crates/medallion) [![Documentation](https://docs.rs/medallion/badge.svg)](https://docs.rs/medallion) +[![dependency status](https://deps.rs/crate/medallion/2.2.2/status.svg)](https://deps.rs/crate/medallion/2.2.2) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/commandline/medallion/master/LICENSE) A JWT library for rust using serde, serde_json and openssl.