aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-05-14 21:36:50 -0600
committerMelody Horn <melody@boringcactus.com>2021-05-14 21:36:50 -0600
commit167d83ca4521e7e604747142d2a2b79ecb3f7677 (patch)
tree72527056f88a0676953442ab5357423e9eda7167 /Cargo.toml
parentc6a84931c7489d72112ac13b7e597c3a456ef770 (diff)
downloadtcl-sys-167d83ca4521e7e604747142d2a2b79ecb3f7677.tar.gz
tcl-sys-167d83ca4521e7e604747142d2a2b79ecb3f7677.zip
provide stdlib
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"