working split configuration

This commit is contained in:
filipriec
2025-02-23 08:55:51 +01:00
parent 1c613008cd
commit 2c4b69d406
3 changed files with 15 additions and 4 deletions

View File

@@ -5,3 +5,6 @@ pub mod adresar;
pub mod uctovnictvo;
pub mod shared;
pub mod table_structure;
// Re-export run_server from the inner server module:
pub use server::run_server;