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.
|
|
|
--- brotli-6.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ brotli-6.0.0/Cargo.toml 2024-10-02T11:06:05.778047+00:00
|
|
|
|
@@ -34,8 +34,17 @@
|
|
|
|
"compression",
|
|
|
|
"no-std",
|
|
|
|
]
|
|
|
|
-license = "BSD-3-Clause OR MIT"
|
|
|
|
+license = "BSD-3-Clause AND MIT"
|
|
|
|
repository = "https://github.com/dropbox/rust-brotli"
|
|
|
|
+exclude = [
|
|
|
|
+ "/ci/",
|
|
|
|
+ "/corrosion/",
|
|
|
|
+ "/research/",
|
|
|
|
+ "/testdata/",
|
|
|
|
+ "/appveyor.yml",
|
|
|
|
+ "/rustfmt.toml",
|
|
|
|
+ "/uncorrode.py",
|
|
|
|
+]
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|