1
 2
 3
 4
 5
 6
 7
 8
 9
10
/// Generate a SHA string
pub fn sha() -> &'static str {
    "9b840b2f4e117477ec0333a884d38574226ffdf0"
}

/// Generate a short SHA string
pub fn short_sha() -> &'static str {
    "9b840b2"
}