libcryptsetup-sys 0.1.0

FFI bindings to the libcryptsetup library
extern crate pkg_config;

fn main() {
    pkg_config::Config::new().statik(true).find("libcryptsetup").unwrap();
}