##// END OF EJS Templates
rust: use `.cargo/config.toml` instead of `.cargo/config`...
rust: use `.cargo/config.toml` instead of `.cargo/config` This has been deprecated for a while now and we don't support Rust versions that only understand the old path.

File last commit:

r45179:1f5ab1a9 default
r52601:3131445a default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}