2100618d47
Signed-off-by: Jason Volk <jason@zemos.net>
9 lines
248 B
Rust
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;
|