From 77211e9568887eae70e403ebc1aa8bb5e25cf8ce Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 25 May 2024 15:24:09 -0700 Subject: [PATCH] chore: fix the Cargo package exclusions --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 617cbbe..7c7232b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,9 @@ license = "Apache-2.0" keywords = ["magickwand", "imagemagick"] build = "build.rs" exclude = [ + ".github/*", "docker/*", - "test/*", + "tests/*", ] [dependencies]