Files
nixpkgs/pkgs/by-name/on/onefetch/zstd-pkg-config.patch
2026-03-29 15:37:56 +02:00

25 lines
574 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 7f0f5c9..4eb062f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2595,6 +2595,7 @@ dependencies = [
"tokei",
"typetag",
"winres",
+ "zstd",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 99340b3..75957a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,7 @@ time = { version = "0.3.47", features = ["formatting"] }
time-humanize = { version = "0.1.3", features = ["time"] }
tokei = "14.0.0"
typetag = "0.2.21"
+zstd = { version = "*", features = ["pkg-config"] }
[dev-dependencies]
criterion = "0.8.2"