forked from discord/hal-9000
5 lines
104 B
Rust
5 lines
104 B
Rust
|
|
extern crate built;
|
||
|
|
fn main() {
|
||
|
|
built::write_built_file().expect("Failed to collate build info");
|
||
|
|
}
|