export configurable mod

This commit is contained in:
Nikolay Kim 2018-08-28 22:28:13 -07:00
parent cb1ea341c3
commit 6f607e79db
1 changed files with 1 additions and 1 deletions

View File

@ -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;