Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//! 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;