about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-02-26T16·33+0100
committerVincent Ambo <mail@tazj.in>2019-02-26T16·33+0100
commitde86cc551a75d37d551f6a7069067c235754b833 (patch)
tree7ecab6f588a35b137e1dd72f32a49756ff93b390 /README.md
parent53489a7bab98bfbcef697cfb024ff5c89e2d8857 (diff)
docs(README): Add badges for travis, docs.rs and crates.io
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b33b161eb8..07a54d1f00 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
 crimp
 =====
 
+[![Build Status](https://travis-ci.org/tazjin/crimp.svg?branch=master)](https://travis-ci.org/tazjin/crimp)
+[![](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/crimp)
+[![](https://docs.rs/crimp/badge.svg)](https://docs.rs/crimp)
+
 Crimp is an HTTP client interface on top of the [Rust bindings][] to
 cURL.