From 6f343b3105eceef728d94ec120bd3320bce27225 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Sat, 14 Apr 2018 12:03:16 +0200 Subject: add readme and test --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] - 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 -- cgit v1.2.1