[package] name = "notmuch" version = "0.0.12" authors = ["Dirk Van Haerenborgh "] homepage = "https://github.com/vhdirk/notmuch-rs" repository = "https://github.com/vhdirk/notmuch-rs" 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" clippy = { version = "0.0.193", optional = true } [[test]] name = "main" harness = false