diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-13 17:12:58 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-03-13 17:12:58 +0000 |
commit | 15915c428181ed739c7f349a5322127c1aa9be4d (patch) | |
tree | 1c826ec369a2a99f552f37596212be51b19f74ba /Cargo.toml | |
parent | Build tar in buffer instead of in tempfile (diff) | |
download | miniserve-15915c428181ed739c7f349a5322127c1aa9be4d.tar.gz miniserve-15915c428181ed739c7f349a5322127c1aa9be4d.zip |
Removed tempfile from dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |