You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-zopfli/zopfli-fix-metadata.diff

17 lines
459 B

--- 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"