diff --git a/Cargo.toml b/Cargo.toml index f1d3a9f..adcdf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,13 @@ tar = "0.4.37" xz2 = "0.1.6" zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] } flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] } + + zstd = { version = "0.9.0", default-features = false, features = ["thin"] } +[target.'cfg(not(target_arch = "x86_64"))'.dependencies] +zstd = { version = "0.9.0" } + [dev-dependencies] tempfile = "3.2.0" infer = "0.5.0"