diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:03:16 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-14 12:03:16 +0200 |
| commit | 6f343b3105eceef728d94ec120bd3320bce27225 (patch) | |
| tree | 02da0bcec5b27be2b9eee07f81a0dff39a998710 /Cargo.toml | |
| parent | 2601c34228f88b572642149a8fef64a6a3e3570c (diff) | |
| download | mail-6f343b3105eceef728d94ec120bd3320bce27225.tar.gz | |
add readme and test
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
