Added Typeable dependency.
This commit is contained in:
		| @@ -19,6 +19,9 @@ git = "https://github.com/reem/rust-intertwine" | |||||||
| [dependencies.move-acceptor] | [dependencies.move-acceptor] | ||||||
| git = "https://github.com/reem/rust-move-acceptor" | git = "https://github.com/reem/rust-move-acceptor" | ||||||
|  |  | ||||||
|  | [dependencies.typeable] | ||||||
|  | git = "https://github.com/reem/rust-typeable" | ||||||
|  |  | ||||||
| [dev-dependencies.curl] | [dev-dependencies.curl] | ||||||
| git = "https://github.com/carllerche/curl-rust" | git = "https://github.com/carllerche/curl-rust" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -11,6 +11,7 @@ extern crate url; | |||||||
| extern crate "unsafe-any" as uany; | extern crate "unsafe-any" as uany; | ||||||
| extern crate "move-acceptor" as macceptor; | extern crate "move-acceptor" as macceptor; | ||||||
| extern crate intertwine; | extern crate intertwine; | ||||||
|  | extern crate typeable; | ||||||
|  |  | ||||||
| pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port}; | pub use std::io::net::ip::{SocketAddr, IpAddr, Ipv4Addr, Ipv6Addr, Port}; | ||||||
| pub use mimewrapper::mime; | pub use mimewrapper::mime; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user