Files
continuwuity/src/core/info/mod.rs
T

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

6 lines
187 B
Rust
Raw Normal View History

//! Information about the project. This module contains version, build, system,
//! etc information which can be queried by admins or used by developers.
2024-07-24 09:10:01 +00:00
pub mod cargo;
pub mod version;