File: build.rs

package info (click to toggle)
rust-framework-lib 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,272 kB
  • sloc: makefile: 4
file content (3 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
fn main() {
    built::write_built_file().expect("Failed to acquire build-time information");
}