summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-15 06:10:25 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-15 06:10:25 +0900
commiteb0b9117f0a72817f39957d89a3634ff2c218f67 (patch)
tree8f24fcc74fc3cc606f54d1a81587777450028ec2 /Cargo.toml
parent18edd8145faceec210b416f617bd0a7050b4046d (diff)
Implement primitive extractor (Pkzip, Tar, Gzip, Xz)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff2385b..c235b87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ serde_yaml = "0.9.14"
zip = "0.6.3"
tar = "0.4.38"
flate2 = "1.0.24"
+lzma-rs = "0.2.0"
[dependencies.serde]
version = "1.0.136"