6 lines
157 B
Rust
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;
|