Files
komp_ac/server/src/lib.rs
2025-03-24 21:46:04 +01:00

16 lines
302 B
Rust

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