refactor: split

This commit is contained in:
2022-12-24 16:55:42 +01:00
parent e1da57a407
commit 1b8b304ebc
15 changed files with 187 additions and 94 deletions

6
common/src/lib.rs Normal file
View File

@@ -0,0 +1,6 @@
mod certs;
mod routes;
mod util;
pub use certs::*;
pub use routes::*;