Make include patterns stricter

This slightly reduces the size of the crate uploaded to crates.io.
pull/281/head
Wilfred Hughes 2022-04-29 17:31:28 +07:00
parent 77fb9cd179
commit d9ef270d27
1 changed files with 3 additions and 3 deletions

@ -14,9 +14,9 @@ include = [
"/build.rs", "/build.rs",
"/src/", "/src/",
"/vendor/highlights/*.scm", "/vendor/highlights/*.scm",
"/vendor/**/*.c", "/vendor/*-src/**/*.c",
"/vendor/**/*.h", "/vendor/*-src/**/*.h",
"/vendor/**/*.cc", "/vendor/*-src/**/*.cc",
"/README.md", "/README.md",
] ]