File: build.rs

package info (click to toggle)
rust-ipconfig 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: makefile: 4; ansic: 2
file content (3 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (3)
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=iphlpapi");
}