mirror of https://github.com/fafhrd91/actix-net
export configurable mod
This commit is contained in:
parent
cb1ea341c3
commit
6f607e79db
|
@ -52,7 +52,7 @@ use actix::Message;
|
||||||
pub use tower_service::{NewService, Service};
|
pub use tower_service::{NewService, Service};
|
||||||
|
|
||||||
pub(crate) mod accept;
|
pub(crate) mod accept;
|
||||||
mod configurable;
|
pub mod configurable;
|
||||||
mod connector;
|
mod connector;
|
||||||
mod server;
|
mod server;
|
||||||
mod server_service;
|
mod server_service;
|
||||||
|
|
Loading…
Reference in New Issue