From 34ec7c88a194ca920a39fab7b750c005244d439e Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Wed, 2 Oct 2024 07:24:04 +0800 Subject: [PATCH] include bench in release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a00d7a8..8391f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "wana_kana" readme = "README.md" repository = "https://github.com/PSeitz/wana_kana_rust" version = "4.0.0" -include = ["src/**/*", "LICENSE", "README.md", "tests/**/*"] +include = ["src/**/*", "LICENSE", "README.md", "tests/**/*", "benches/**/*"] [dependencies] fnv = "1.0.7"