Browse Source

chore: make more libs pub

Signed-off-by: zu1k <[email protected]>
zu1k 3 năm trước cách đây
mục cha
commit
c0b54d0d41
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      core/src/lib.rs

+ 2 - 0
core/src/lib.rs

@@ -12,7 +12,9 @@ use std::{future::Future, marker::PhantomData, net::SocketAddr, sync::Arc};
 use typed_builder::TypedBuilder;
 
 pub use ca::CertificateAuthority;
+pub use hyper;
 pub use rcgen;
+pub use tokio_rustls;
 
 mod ca;
 mod cache;