Added dependency for native-tls.

This commit is contained in:
Aaron Weiss 2017-01-15 18:08:03 -05:00
parent db140baf9e
commit abf981c4ad
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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;