chore: fix the Cargo package exclusions

This commit is contained in:
Nathan Fiedler
2024-05-25 15:24:09 -07:00
parent 9570989a04
commit 77211e9568

View File

@ -10,8 +10,9 @@ license = "Apache-2.0"
keywords = ["magickwand", "imagemagick"] keywords = ["magickwand", "imagemagick"]
build = "build.rs" build = "build.rs"
exclude = [ exclude = [
".github/*",
"docker/*", "docker/*",
"test/*", "tests/*",
] ]
[dependencies] [dependencies]