diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-13 14:56:32 +0100 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-11-13 14:56:32 +0100 |
| commit | 3f795961db8228da27bb4823fac2f68e57e7276a (patch) | |
| tree | dbf4916ebbd04ea281f4f86d03148c18a4d02339 /Cargo.toml | |
| parent | 422377021f9a15b30d297b6ead7864098d5b2c2d (diff) | |
| download | mail-3f795961db8228da27bb4823fac2f68e57e7276a.tar.gz | |
port tests from notmuch-python-cffi
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -7,6 +7,7 @@ repository = "https://github.com/vhdirk/notmuch-rs" description = "Rust interface and bindings for notmuch" license = "GPL-3.0+" readme = "README.md" +keywords = ["email", "notmuch"] [badges] travis-ci = { repository = "vhdirk/notmuch-rs" } @@ -18,13 +19,18 @@ supercow = "0.1.0" [dev-dependencies] dirs = "1.0" +tempfile = "3" +gethostname = "0.2.0" +maildir = "0.3.2" +lettre = "0.9.2" +lettre_email = "0.9.2" [features] v0_21 = [] v0_26 = ["v0_21"] default = ["v0_26"] - [[test]] -name = "main" -harness = false +name = "tests" +path = "tests/lib.rs" +harness = true
\ No newline at end of file |
