From 4a7ff8bf7b2729c2af5ff0e4c4ced00d69f0f02b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 13 Feb 2025 09:29:52 -0800 Subject: [PATCH] notmuch: exclude testdata dir when packaging Contains filenames cargo package doesn't like --- notmuch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index 72edca7..d97cf00 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -2,7 +2,7 @@ name = "notmuch" version = "0.0.144" edition = "2021" - +exclude = ["/testdata"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]