aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.rs
blob: 7e5d0fd245987d9293852320a14afd35e7da8a64 (plain) (blame)
1
2
3
pub const PISH_VERSION: &str = env!("CARGO_PKG_VERSION");
pub const PISH_COMMIT: &str = env!("GIT_HASH_SHORT");
pub const PISH_DIRTY: bool = option_env!("GIT_DIRTY").is_some();