badgey/build.rs

5 lines
104 B
Rust

extern crate built;
fn main() {
built::write_built_file().expect("Failed to collate build info");
}