build.rs 99 B

12345
  1. fn main() {
  2. built::write_built_file().expect("Failed to acquire build-time information.");
  3. }