This commit is contained in:
Omid Rad 2021-09-01 20:14:18 +02:00
parent 0183b0f8cc
commit ac4fddc219
1 changed files with 2 additions and 0 deletions

View File

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