add cargo manifest reflection
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f014231644
commit
936d2915e2
8 changed files with 142 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
//! Information about the project. This module contains version, build, system,
|
||||
//! etc information which can be queried by admins or used by developers.
|
||||
|
||||
pub mod cargo;
|
||||
pub mod version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue