pam-sys 0.5.6

FFI wrappers for the Linux Pluggable Authentication Modules (PAM)
Documentation
1
2
3
4
5
6
7
fn main() {
    //TODO: expand this
    println!("cargo:rustc-link-lib=pam");
    if cfg!(target_os = "linux") {
        println!("cargo:rustc-link-lib=pam_misc");
    }
}