rustls -> native_tls

This commit is contained in:
Martin Algesten
2018-06-14 14:17:39 +02:00
parent d4126027c8
commit ef6f8c6259
7 changed files with 176 additions and 80 deletions

View File

@@ -8,11 +8,9 @@ extern crate encoding;
extern crate lazy_static;
extern crate mime_guess;
extern crate qstring;
extern crate rustls;
extern crate serde_json;
extern crate native_tls;
extern crate url;
extern crate webpki;
extern crate webpki_roots;
#[macro_use]
mod agent;