--- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ "time", "aes-crypto", ] } -zstd = { version = "0.13.2", default-features = false, features = ["zstdmt"] } +zstd = { version = "0.13.2", default-features = false, features = ["zstdmt", "pkg-config"] } [target.'cfg(not(unix))'.dependencies] is_executable = "1.0.1"