diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-08-09 15:35:24 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-08-09 15:35:24 +0000 |
commit | 6b6a7e306f8f83b1e092d147a0df117b375f32e1 (patch) | |
tree | 057201c19d311b20cac4e2a1d3ad17ac9f67d0be /Cargo.toml | |
parent | Run rustfmt (diff) | |
download | miniserve-6b6a7e306f8f83b1e092d147a0df117b375f32e1.tar.gz miniserve-6b6a7e306f8f83b1e092d147a0df117b375f32e1.zip |
Update to actix 0.7 and add better output
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ lto = true [dependencies] clap = "2.29" +yansi = "0.4" actix = "0.7" -actix-web = "0.6" +actix-web = "0.7" simplelog = "0.5" base64 = "0.9" |