aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdb58ea..4d107a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,11 +2,16 @@
name = "notmuch"
version = "0.0.10"
authors = ["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+"
+readme = "README.md"
[dependencies]
libc = "0.2"
+
+
+[[test]]
+name = "main"
+harness = false