summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-02 14:18:27 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:36:53 +0100
commite8730a464159c6d241245ef52f79794b33cf3c50 (patch)
treee78edbe94a21867ae4f7c0bb2207c26f0d76a70d /Cargo.toml
parentd0be4e55fa1e302c77966a92d515d5a0aa38cd91 (diff)
Add tar dependency for unpacking tar archives
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 5317b8c..0016ddc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,7 @@ handlebars = "3"
filters = "0.4.0"
indoc = "1"
typed-builder = "0.7"
+tar = "0.4"
url = { version = "2", features = ["serde"] }
tokio = { version = "0.2", features = ["full"] }