// 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;