3 lines
88 B
Rust
3 lines
88 B
Rust
|
fn main() {
|
||
|
built::write_built_file().expect("Failed to write build information");
|
||
|
}
|