added import of the new module

This commit is contained in:
filipriec
2025-03-01 12:35:40 +01:00
parent 87b009464c
commit 720d74ddc8
4 changed files with 14 additions and 4 deletions

View File

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