1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-02 05:08:31 +00:00
continuwuity/src/core/info/mod.rs

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

5 lines
172 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.
pub mod version;