summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2022-11-13 06:22:48 +0900
committerKyohei Uto <im@kyoheiu.dev>2022-11-13 06:22:48 +0900
commit0f4491e96b8fc7ef927c2bf2f6f83c65ad1a7782 (patch)
tree117c9f3b67582af3e748b91f7e8f8fd864905764 /Cargo.toml
parent6086fcb5c256ed9e8ce7c7585f035e2e83b441d5 (diff)
Add primitive functions to extract archive
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 121447c..ff2385b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,9 @@ content_inspector = "0.2.4"
crossterm = "0.25.0"
syntect = {version = "5.0.0", git = "https://github.com/kyoheiu/syntect"}
serde_yaml = "0.9.14"
+zip = "0.6.3"
+tar = "0.4.38"
+flate2 = "1.0.24"
[dependencies.serde]
version = "1.0.136"