aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-14 12:51:02 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2018-04-14 12:51:02 +0200
commite2ede208b4e859a36434f9eec9d9d9cd02bd63ea (patch)
treecb18ddc2bea694d573c5b53b18c189c66da8f287 /Cargo.toml
parent3bdaf395f7f396b9ad6b1744417c955c13480f26 (diff)
downloadmail-e2ede208b4e859a36434f9eec9d9d9cd02bd63ea.tar.gz
add badges
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 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"