1 2 3 4
pub const APP_NAME: &str = "mds"; pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION"); pub const APP_REPO: &str = env!("CARGO_PKG_REPOSITORY"); pub const HELP_CONTENTS: &str = include_str!("statics/help.txt");