diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-27 13:15:34 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-27 13:50:37 +0000 |
commit | f35df67282a047b7c7357f2e82c7e1ffef33b3ee (patch) | |
tree | 613173a12b6a47fed0a53e5dbc3cf14423704f17 /Cargo.toml | |
parent | Add musl tools to global because why not (diff) | |
download | miniserve-f35df67282a047b7c7357f2e82c7e1ffef33b3ee.tar.gz miniserve-f35df67282a047b7c7357f2e82c7e1ffef33b3ee.zip |
Progress
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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" |