hal-9000/build.rs

5 lines
104 B
Rust
Raw Permalink Normal View History

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