diff options
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,5 +4,10 @@ version = "0.0.1" authors = ["C. Morgan Hamill <me@cmhamill.org>", "Dirk Van Haerenborgh <vhdirk@gmail.com>"] +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-or-later" + [dependencies] libc = "0.2" |
