1 2 3 4 5 6 7
fn main() { println!( "cargo::rustc-link-search={}", std::env::var("CARGO_MANIFEST_DIR").unwrap() ); println!("cargo::rustc-link-lib=rados") }