Files
huskies/server/src/startup/mod.rs
T

6 lines
157 B
Rust
Raw Normal View History

2026-04-28 19:12:55 +00:00
//! Server startup helpers: project initialisation, background tasks, and bot setup.
pub(crate) mod bots;
pub(crate) mod project;
pub(crate) mod tick_loop;