Added Typeable dependency.

This commit is contained in:
Jonathan Reem
2014-09-15 19:21:17 -07:00
parent b8e3178d05
commit 2ca119fd80
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ extern crate url;
extern crate "unsafe-any" as uany;
extern crate "move-acceptor" as macceptor;
extern crate intertwine;
extern crate typeable;
pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port};
pub use mimewrapper::mime;