Skip to content

Commit

Permalink
Exclude more files from the published crate
Browse files Browse the repository at this point in the history
The tests were already excluded from the published crate. This change
adds `Makefile`, `rustfmt.toml`, and the contents of
`benchmark-builds/`, all of which are not used by cargo to build the
published crate.
  • Loading branch information
musicinmybrain committed Feb 8, 2024
1 parent ed7c9cd commit 63289a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ homepage = "https://github.com/zopfli-rs/zopfli"
repository = "https://github.com/zopfli-rs/zopfli"
readme = "README.md"
categories = ["compression", "no-std"]
exclude = ["test/*"]
exclude = [
"Makefile",
"benchmark-builds/*",
"rustfmt.toml",
"test/*",
]
edition = "2021"
rust-version = "1.66"

Expand Down

0 comments on commit 63289a7

Please sign in to comment.