mirror of
https://github.com/Pagwin-Fedora/ppi.git
synced 2025-07-17 22:15:42 +00:00
4 lines
104 B
Rust
4 lines
104 B
Rust
pub fn main() {
|
|
println!("cargo:rustc-link-lib=git2");
|
|
println!("cargo:rustc-link-lib=ssh2");
|
|
}
|