From e23ba6c0626454665911e3631ce5850cdcdbe92d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Feb 2024 15:00:17 -0500 Subject: [PATCH] Drop glob that attempts and fails to exclude benchmarks from the crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b04778a..9dda4247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities", "compression"] description = "A lossless PNG compression optimizer" documentation = "https://docs.rs/oxipng" edition = "2021" -exclude = ["tests/*", "bench/*"] +exclude = ["tests/*"] homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng"