gdritter repos palladio / master src / constants.rs
master

Tree @master (Download .tar.gz)

constants.rs @masterraw · history · blame

1
2
3
4
5
pub const PROGRAM_NAME: &'static str = "Palladio";
pub const PROGRAM_SLUG: &'static str = "palladio";
pub const PROGRAM_VERSION: &'static str = "0.0";
pub const PROGRAM_AUTHOR: &'static str =
    "Getty Ritter <palladio@infinitenegativeutility.com>";