Drop glob that attempts and fails to exclude benchmarks from the crate
This commit is contained in:
parent
1b500da585
commit
e23ba6c062
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue