Files
huskies/server/src/startup/mod.rs
T
2026-04-28 19:18:12 +00:00

6 lines
157 B
Rust

//! Server startup helpers: project initialisation, background tasks, and bot setup.
pub(crate) mod bots;
pub(crate) mod project;
pub(crate) mod tick_loop;