add bench to include

This commit is contained in:
nora 2022-04-28 21:21:45 +02:00
parent a84ca2dc5a
commit cb1b33f065

View file

@ -13,7 +13,7 @@ repository = "https://github.com/Nilstrieb/jsonformat"
readme = "README.md" readme = "README.md"
keywords = ["json", "formatting"] keywords = ["json", "formatting"]
categories = ["parser-implementations"] categories = ["parser-implementations"]
include = ["src/lib.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md"] include = ["src/lib.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "benches/bench.rs"]
[[bench]] [[bench]]
name = "bench" name = "bench"