From 6f607e79db21a9c42941903c74efc3015222c6d4 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 28 Aug 2018 22:28:13 -0700 Subject: [PATCH] export configurable mod --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;