chore: Exclude the new location of benchmark data from packaging

Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
This commit is contained in:
Dmitry Dygalo 2021-07-13 17:36:45 +02:00
parent 6c76d48215
commit a41ece3ca7
No known key found for this signature in database
GPG Key ID: E2FDD4885D799724
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ readme = "../README.md"
description = "A crate for performing JSON schema validation"
repository = "https://github.com/Stranger6667/jsonschema-rs"
keywords = ["jsonschema", "validation"]
exclude = ["tests", "python", "benches/*.json", ".github", ".yamllint", ".pre-commit-config.yaml", ".gitignore", ".gitmodules", "*.md"]
exclude = ["tests", "python", "benches/data/*.json", ".github", ".yamllint", ".pre-commit-config.yaml", ".gitignore", ".gitmodules", "*.md"]
categories = ["web-programming"]
[[bin]]