start core info module; move version to info
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
ee864bcd9e
commit
d7d874f88d
3 changed files with 13 additions and 8 deletions
4
src/core/info/mod.rs
Normal file
4
src/core/info/mod.rs
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue