summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-16 06:08:15 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-16 06:08:15 +0900
commit5031fbf367e5133337601acf5c8efa2ad228d425 (patch)
tree45ac802ad1d9f07e67840fb3e518dcdc26496fa6 /Cargo.toml
parent22cdd9fc32074da1f5e9cf76fd039724cd77eb50 (diff)
Implement unpacking of xz, zst, tar.zst
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff2385b..3fb20d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,8 @@ serde_yaml = "0.9.14"
zip = "0.6.3"
tar = "0.4.38"
flate2 = "1.0.24"
+lzma-rs = "0.2.0"
+zstd = "0.11.2"
[dependencies.serde]
version = "1.0.136"