Files
conduwuit/src/core/info/mod.rs
T
Jason Volk 2100618d47 add rustc build flags reflection
Signed-off-by: Jason Volk <jason@zemos.net>
2024-07-27 08:26:42 +00:00

9 lines
248 B
Rust

//! Information about the project. This module contains version, build, system,
//! etc information which can be queried by admins or used by developers.
pub mod cargo;
pub mod rustc;
pub mod version;
pub use conduit_macros::rustc_flags_capture;