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.
|
|
|
--- libdeflater-1.19.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ libdeflater-1.19.0/Cargo.toml 2024-01-06T20:33:14.597662+00:00
|
|
|
|
@@ -32,6 +32,7 @@
|
|
|
|
]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/adamkewley/libdeflater"
|
|
|
|
+exclude = ["/scripts"]
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "benchmarks"
|
|
|
|
@@ -43,9 +44,6 @@
|
|
|
|
[dev-dependencies.adler32]
|
|
|
|
version = "1.2.0"
|
|
|
|
|
|
|
|
-[dev-dependencies.criterion]
|
|
|
|
-version = "0.3"
|
|
|
|
-
|
|
|
|
[dev-dependencies.flate2]
|
|
|
|
version = "1.0.11"
|
|
|
|
|