• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern crate built;
2 
main()3 fn main() {
4     built::write_built_file().expect("Failed to acquire build-time information");
5 }
6