mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-01 20:58:31 +00:00
15 lines
224 B
Rust
15 lines
224 B
Rust
|
#![type_length_limit = "49152"] //TODO: reduce me
|
||
|
|
||
|
use conduwuit_core::rustc_flags_capture;
|
||
|
|
||
|
pub(crate) mod clap;
|
||
|
mod logging;
|
||
|
mod mods;
|
||
|
mod restart;
|
||
|
mod runtime;
|
||
|
mod sentry;
|
||
|
mod server;
|
||
|
mod signal;
|
||
|
|
||
|
rustc_flags_capture! {}
|