--- zopfli-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ zopfli-0.8.0/Cargo.toml 2024-03-14T15:41:14.859061+00:00 @@ -14,7 +14,12 @@ rust-version = "1.66" name = "zopfli" version = "0.8.0" -exclude = ["test/*"] +exclude = [ + "Makefile", + "benchmark-builds/*", + "rustfmt.toml", + "test/*", +] description = "A Rust implementation of the Zopfli compression algorithm." homepage = "https://github.com/zopfli-rs/zopfli" readme = "README.md"