1
2
3
4
5
6
7
pub static VERSION: &str = "0.3.0";
pub static AUTHOR: &str = "Michael Herstine <sp1ff@pobox.com>";
pub static EXEC_PREFIX: &str = "/usr/local";
pub static LOCALSTATEDIR: &str = "/usr/local/var";
pub static PREFIX: &str = "/usr/local";
pub static SYSCONFDIR: &str = "/usr/local/etc";