diff options
| -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. |
