pam-auth 0.0.3

Safe Rust wrapper for PAM authentification
[package]

name = "pam-auth"
version = "0.0.3"
authors = ["Florian Wilkens <mrfloya_github@outlook.com>"]
description = "Safe Rust wrapper for PAM authentification"
readme = "README.md"
license = "MIT"

[dependencies]
libc = "*"
c_vec = "*"
pam-sys = "*"