aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-08 19:25:02 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-08 19:25:02 +0000
commite7c269b12ec8168671e61787227d0fecc2756590 (patch)
tree5e49d6b6b06428b225d6a23dfca20ce21fde1907 /Cargo.toml
parentDownload folder as a tar working (diff)
downloadminiserve-e7c269b12ec8168671e61787227d0fecc2756590.tar.gz
miniserve-e7c269b12ec8168671e61787227d0fecc2756590.zip
Working example of tar.gz
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d008bd1..5f2fbcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,4 +40,5 @@ serde = { version = "1.0.89", features = ["derive"] }
tar = "0.4"
tempfile = "3.0.7"
bytes = "0.4.12"
-futures = "0.1.25" \ No newline at end of file
+futures = "0.1.25"
+libflate = "0.1.20" \ No newline at end of file