mirror of https://github.com/fafhrd91/actix-net
Re-export rustls ( https://github.com/actix/actix-web/issues/2054 )
This commit is contained in:
parent
0183b0f8cc
commit
ac4fddc219
|
@ -11,3 +11,5 @@ extern crate tls_openssl as openssl;
|
|||
pub mod accept;
|
||||
#[cfg(feature = "connect")]
|
||||
pub mod connect;
|
||||
#[cfg(feature = "rustls")]
|
||||
pub use tokio_rustls::rustls;
|
||||
|
|
Loading…
Reference in New Issue