fn main() { pkg_config::Config::new() .atleast_version("3.2.0") .probe("libarchive") .expect("Unable to find libarchive"); }