1 2 3 4 5 6 7 8
fn main() { #[cfg(feature = "cli")] vergen::EmitBuilder::builder() .build_date() .git_sha(true) .emit() .unwrap(); }