pam-sys 0.0.4

FFI wrappers for the Linux Pluggable Authentication Modules (PAM)
1
2
3
4
5
6
7
extern crate gcc;
extern crate pkg_config;

fn main() {
    //TODO: expand this
    println!("cargo:rustc-link-lib=pam");
}