diff --git a/Cargo.toml b/Cargo.toml index 622061d..8ae73ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,9 @@ ctcp = [] nochanlists = [] [dependencies] -rustc-serialize = "0.3.0" -time = "0.1.0" -encoding = "0.2.0" -tokio-core = "0.1.3" -tokio-service = "0.1.0" +rustc-serialize = "0.3" +time = "0.1" +encoding = "0.2" +tokio-core = "0.1" +tokio-service = "0.1" +tokio-tls = "0.1" diff --git a/src/lib.rs b/src/lib.rs index b236a53..78d3a18 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,7 @@ extern crate encoding; extern crate rustc_serialize; extern crate tokio_core; extern crate tokio_service; +extern crate tokio_tls; pub mod client; pub mod proto;