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