aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-04-27 13:15:34 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-04-27 13:50:37 +0000
commitf35df67282a047b7c7357f2e82c7e1ffef33b3ee (patch)
tree613173a12b6a47fed0a53e5dbc3cf14423704f17 /Cargo.toml
parentAdd musl tools to global because why not (diff)
downloadminiserve-f35df67282a047b7c7357f2e82c7e1ffef33b3ee.tar.gz
miniserve-f35df67282a047b7c7357f2e82c7e1ffef33b3ee.zip
Progress
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 1 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d1ed422..0851f9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,16 +14,7 @@ travis-ci = { repository = "svenstaro/miniserve", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
-pbr = "1.0"
-yansi = "0.4"
-rand = "0.4"
-chrono = "0.4"
-url = "1.6"
-lazy_static = "1.0"
-humantime = "1.1"
-regex = "0.2.5"
clap = "2.29"
-ctrlc = "3.1"
actix = "0.5"
-actix-web = { git = "https://github.com/actix/actix-web.git" }
+actix-web = { git = "https://github.com/svenstaro/actix-web.git" }
simplelog = "0.5"