summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-26 13:57:21 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-27 18:40:17 +0200
commit7b92bd7c340d9f9c094ed2fa57912049317d9b20 (patch)
treeb91399526ba94d87309d09d864df2935dd7a4d0a /cli/Cargo.toml
parent9c7f31870b4e1bf37df79ebbe1df9a56df83d878 (diff)
Basic package management
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 5b29253f..e8058df0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -27,7 +27,7 @@ clap = { version = "4.2.4", features = ["derive", "env"] }
codespan-reporting = "0.11"
comemo = "0.3"
dirs = "5"
-elsa = "1.8"
+flate2 = "1"
inferno = "0.11.15"
memmap2 = "0.5"
notify = "5"
@@ -35,11 +35,13 @@ once_cell = "1"
open = "4.0.2"
same-file = "1"
siphasher = "0.3"
+tar = "0.4"
tempfile = "3.5.0"
tracing = "0.1.37"
tracing-error = "0.2"
tracing-flame = "0.2.0"
tracing-subscriber = "0.3.17"
+ureq = "2"
walkdir = "2"
[build-dependencies]