build.rs comes back

This commit is contained in:
Pagwin 2024-01-30 10:52:28 -05:00
parent 5a10c86029
commit f06c3abf94

4
build.rs Normal file
View file

@ -0,0 +1,4 @@
pub fn main() {
println!("cargo:rustc-link-lib=git2");
println!("cargo:rustc-link-lib=ssh2");
}