aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 416db6c..a67079f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,9 @@
[package]
-
name = "notmuch"
version = "0.0.1"
-authors = ["C. Morgan Hamill <me@cmhamill.org>"]
+authors = ["C. Morgan Hamill <me@cmhamill.org>",
+ "Dirk Van Haerenborgh <vhdirk@gmail.com>"]
+
+[dependencies]
+notmuch-sys = "*"
+libc = "0.2"