diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:51:02 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:51:02 +0200 |
| commit | e2ede208b4e859a36434f9eec9d9d9cd02bd63ea (patch) | |
| tree | cb18ddc2bea694d573c5b53b18c189c66da8f287 | |
| parent | 3bdaf395f7f396b9ad6b1744417c955c13480f26 (diff) | |
| download | mail-e2ede208b4e859a36434f9eec9d9d9cd02bd63ea.tar.gz | |
add badges
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 6 insertions, 1 deletions
@@ -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" @@ -4,7 +4,9 @@ notmuch-rs This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api. [](https://travis-ci.org/vhdirk/notmuch-rs) -[](https://crates.io/crates/notmuch) +[](https://crates.io/crates/notmuch) +[](https://crates.io/crates/notmuch) +[](https://crates.io/crates/notmuch) ## Building **notmuch-rs** expects libnotmuch development files to be installed on your system. |
