diff --git a/Cargo.toml b/Cargo.toml index c578119b..eeb30c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["markdown", "commonmark"] categories = ["text-processing"] edition = "2018" readme = "README.md" -exclude = ["/third_party/**/*", "/tools/**/*", "/specs/**/*", "/fuzzer/**/*", "/benches/**/*", "/azure-pipelines.yml"] +exclude = ["/third_party/**/*", "/tools/**/*", "/specs/**/*", "/fuzzer/**/*", "/azure-pipelines.yml"] build = "build.rs"