From db05e08580f2f32f4e4b09501ca7eaf1e072237f Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 17 Feb 2017 11:29:57 -0500 Subject: [PATCH] Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 205ded6..68db704 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,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) +[![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.