diff --git a/Cargo.toml b/Cargo.toml index 8ae73ef..9649388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,7 @@ nochanlists = [] rustc-serialize = "0.3" time = "0.1" encoding = "0.2" +native-tls = "0.1" tokio-core = "0.1" tokio-service = "0.1" tokio-tls = "0.1" diff --git a/src/lib.rs b/src/lib.rs index 78d3a18..733c323 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,6 +4,7 @@ extern crate time; extern crate encoding; +extern crate native_tls; extern crate rustc_serialize; extern crate tokio_core; extern crate tokio_service;