Files
komp_ac/server/src/lib.rs
2025-02-23 08:55:51 +01:00

11 lines
204 B
Rust

// src/lib.rs
pub mod db;
pub mod server;
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;