diff --git a/Cargo.toml b/Cargo.toml index 300e43c..97532db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "hyper-timeout" version = "0.1.0" authors = ["Herman J. Radtke III "] +[badges] +travis-ci = { repository = "https://github.com/hjr3/hyper-timeout", branch = "master" } + [dependencies] futures = "0.1" hyper = "0.11" diff --git a/README.md b/README.md index 86fea72..bd3af6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/hjr3/hyper-timeout.svg?branch=master)](https://travis-ci.org/hjr3/hyper-timeout) +[![crates.io](https://img.shields.io/crates/v/hyper-timeout.svg)](https://crates.io/crates/hyper-timeout) # hyper-timeout