diff --git a/src/lib.rs b/src/lib.rs index 79c38346..d34d90e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -52,7 +52,7 @@ use actix::Message; pub use tower_service::{NewService, Service}; pub(crate) mod accept; -mod configurable; +pub mod configurable; mod connector; mod server; mod server_service;