Add badges

This commit is contained in:
Thomas Gideon 2017-02-17 11:29:57 -05:00
parent b33e543341
commit db05e08580
1 changed files with 3 additions and 0 deletions

View File

@ -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.