// bootstrap crate #[path = "src/lib.rs"] mod git_sha1; use git_sha1::GitSHA1; fn main() { GitSHA1::read().set("GIT_SHA1"); }