From f35df67282a047b7c7357f2e82c7e1ffef33b3ee Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 27 Apr 2018 15:15:34 +0200 Subject: Progress --- Cargo.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3