// The name of the application
pub const NAME: &'static str = "spongemock";
/// The main author of the application
pub const AUTHOR: &'static str = "Tanja <git@tanja.pw>";
/// The semantic-version string of the application
pub const VERSION: &'static str = env!;
/// Describes the application (i.e. its use cases) in a short phrase
pub const ABOUT: &'static str = "A CLI-tool for random text capitalization";
/// The licence notice (AGPL 3) of the application
pub const LICENSE: &'static str = concat!;