diff --git a/src/lib.rs b/src/lib.rs index 9293b9085..1cb81ed05 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -63,7 +63,7 @@ pub use tower_service::{NewService, Service}; pub(crate) mod accept; pub mod configurable; pub mod connector; -mod server; +pub mod server; mod server_service; pub mod service; pub mod ssl;