chore: fix the Cargo package exclusions
This commit is contained in:
@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user