Files
komp_ac/server/src/lib.rs
2025-03-03 15:43:40 +01:00

13 lines
251 B
Rust

// src/lib.rs
pub mod db;
pub mod server;
pub mod adresar;
pub mod uctovnictvo;
pub mod shared;
pub mod table_structure;
pub mod table_definition;
pub mod tables_data;
// Re-export run_server from the inner server module:
pub use server::run_server;