refactor lib

This commit is contained in:
MeexReay 2025-04-10 21:47:11 +03:00
parent 5538820e03
commit fe41dc8339
5 changed files with 6 additions and 5 deletions

View File

@ -1,3 +0,0 @@
pub mod config;
pub mod server;
pub mod tls;

View File

@ -1,3 +1,7 @@
pub mod flowgate;
pub mod config;
pub mod server;
pub mod tls;
pub use flowgate::*;
pub use config::*;
pub use server::*;
pub use tls::*;