aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 53943d1..d4f9960 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,9 @@ categories = ["external-ffi-bindings"]
links = "tcl"
[dependencies]
+flate2 = "1.0.20"
libc = "0.2.94"
+tar = "0.4.33"
[build-dependencies]
bindgen = "0.58.1"