start core info module; move version to info

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-24 01:06:58 +00:00
parent ee864bcd9e
commit d7d874f88d
3 changed files with 13 additions and 8 deletions

4
src/core/info/mod.rs Normal file
View file

@ -0,0 +1,4 @@
//! 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;