From 167d83ca4521e7e604747142d2a2b79ecb3f7677 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 14 May 2021 21:36:50 -0600 Subject: provide stdlib --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3