1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

use reexported tls crates when possible

This commit is contained in:
Rob Ede
2021-02-04 15:22:38 +00:00
parent b5399c5631
commit c918da906b
6 changed files with 8 additions and 17 deletions

View File

@ -15,9 +15,9 @@
//! http --verify=false https://127.0.0.1:8443
//! ```
// this rename only exists because of how we have organised the crate's feature flags
// this use only exists because of how we have organised the crate
// it is not necessary for your actual code
extern crate tls_rustls as rustls;
use tokio_rustls::rustls;
use std::{
env,