1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 21:55:10 +02:00

remove unicase dependency

This commit is contained in:
axon-q
2018-06-07 10:33:00 +00:00
parent 82c888df22
commit c0c1817b5c
3 changed files with 5 additions and 9 deletions

View File

@@ -118,7 +118,6 @@ extern crate tokio_io;
extern crate tokio_reactor;
extern crate tokio_tcp;
extern crate tokio_timer;
extern crate unicase;
extern crate url;
#[macro_use]
extern crate serde;