rust/build.rs
fn main() {
pkg_config::Config::new()
.atleast_version("2.6.0")
.probe("fuse")
.unwrap();
}
fn main() {
pkg_config::Config::new()
.atleast_version("2.6.0")
.probe("fuse")
.unwrap();
}