aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
-rw-r--r--README.md4
2 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a8c63f..70a82e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,9 @@ description = "Rust interface and bindings for notmuch"
license = "GPL-3.0+"
readme = "README.md"
+[badges]
+travis-ci = { repository = "vhdirk/notmuch-rs" }
+
[dependencies]
libc = "0.2"
diff --git a/README.md b/README.md
index 3f5886f..a636d6c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@ notmuch-rs
This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api.
[![Build Status](https://travis-ci.org/vhdirk/notmuch-rs.svg?branch=master)](https://travis-ci.org/vhdirk/notmuch-rs)
-[![Crates.io](https://img.shields.io/crates/v/notmuch.svg)](https://crates.io/crates/notmuch)
+[![Crate version](https://img.shields.io/crates/v/notmuch.svg)](https://crates.io/crates/notmuch)
+[![Download statistics](https://img.shields.io/crates/d/notmuch.svg)](https://crates.io/crates/notmuch)
+[![License](https://img.shields.io/crates/l/notmuch.svg)](https://crates.io/crates/notmuch)
## Building
**notmuch-rs** expects libnotmuch development files to be installed on your system.