diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,6 @@ [package] name = "notmuch" -version = "0.2.1" +version = "0.3.0" authors = ["Dirk Van Haerenborgh <vhdirk@gmail.com>"] homepage = "https://github.com/vhdirk/notmuch-rs" repository = "https://github.com/vhdirk/notmuch-rs" @@ -1,5 +1,4 @@ -notmuch-rs -========== +# notmuch-rs This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) C api. @@ -9,8 +8,8 @@ This is not much more than a wrapper for the [notmuch](https://notmuchmail.org/) [](https://crates.io/crates/notmuch) ## Building -**notmuch-rs** expects libnotmuch development files to be installed on your system. +**notmuch-rs** expects libnotmuch development files to be installed on your system. ## Using |
