/// The current version of the application.
/// This should match the version in Cargo.toml
pub const VERSION: &str = env!;
/// The name of the application
pub const APP_NAME: &str = env!;
/// The authors of the application
pub const APP_AUTHORS: &str = env!;
/// The description of the application
pub const APP_DESCRIPTION: &str = env!;