Files
continuwuity/src/main/mod.rs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
224 B
Rust
Raw Normal View History

2025-05-24 00:28:09 +01:00
#![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! {}