build.rs 95 B

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