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]