pam-auth 0.6.0

[MOVED TO `pam`] Safe Rust wrapper for PAM authentification
1
2
3
4
5
6
7
8
9
fn main() {
    println!("##### [DEPRECATED] #####");
    println!("This crate was renamed to `pam` (https://crates.io/crates/pam) and will no longer receive updates.");
    println!(
        "For new projects, depend directly on pam. Existing projects should consider switching."
    );
    println!("##### [DEPRECATED] #####");
    std::process::exit(-1);
}