Reexport deps
This helps encapsulate deps and match crate versions for downstream use.
This commit is contained in:
parent
508dbb95a1
commit
b4aa18277f
@ -1,7 +1,7 @@
|
||||
//! Asynchronous TLS/SSL streams for Tokio using [Rustls](https://github.com/ctz/rustls).
|
||||
|
||||
extern crate rustls;
|
||||
extern crate webpki;
|
||||
pub extern crate rustls;
|
||||
pub extern crate webpki;
|
||||
|
||||
#[cfg(feature = "tokio")] mod tokio_impl;
|
||||
#[cfg(feature = "unstable-futures")] mod futures_impl;
|
||||
|
Loading…
Reference in New Issue
Block a user