6 lines
108 B
Rust
6 lines
108 B
Rust
use built;
|
|
|
|
fn main() {
|
|
built::write_built_file().expect("Failed to acquire build-time information");
|
|
}
|