Skip to content

Commit

Permalink
Export internal crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Aug 5, 2022
1 parent 72c179a commit 85b58b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ use std::time::Duration;
use thiserror::Error;
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::time::{timeout, Timeout};
#[cfg(feature = "native-tls")]
pub use tokio_native_tls as native_tls;
#[cfg(feature = "openssl")]
pub use tokio_openssl as openssl;
#[cfg(feature = "rustls")]
pub use tokio_rustls as rustls;

#[cfg(feature = "rt")]
mod spawning_handshake;
Expand Down

0 comments on commit 85b58b7

Please sign in to comment.