aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-13 17:12:58 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-13 17:12:58 +0000
commit15915c428181ed739c7f349a5322127c1aa9be4d (patch)
tree1c826ec369a2a99f552f37596212be51b19f74ba /Cargo.toml
parentBuild tar in buffer instead of in tempfile (diff)
downloadminiserve-15915c428181ed739c7f349a5322127c1aa9be4d.tar.gz
miniserve-15915c428181ed739c7f349a5322127c1aa9be4d.zip
Removed tempfile from dependencies
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3851aee..3ec73f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,6 @@ chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }
serde = { version = "1.0.89", features = ["derive"] }
tar = "0.4"
-tempfile = "3.0.7"
bytes = "0.4.12"
futures = "0.1.25"
libflate = "0.1.20"