2024-07-24 01:06:58 +00:00
|
|
|
//! 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;
|
2024-07-24 01:06:58 +00:00
|
|
|
pub mod version;
|