aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f9adc5..2b7f414 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"