From cb1b33f065a2bf5b7c65e0811d38e5f6abdacd89 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:21:45 +0200 Subject: [PATCH] add bench to include --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22e9441..7f4dd05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Nilstrieb/jsonformat" readme = "README.md" keywords = ["json", "formatting"] 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]] name = "bench"