Mercurial > crates > nonstick
view pam/Cargo.toml @ 35:3b2ff50db010
Merge pull request #8 from bossmc/master
Various enhancements/fixes
author | Anthony Nowell <anowell@gmail.com> |
---|---|
date | Wed, 08 Jun 2022 09:28:13 -0700 |
parents | ec70822cbdef |
children | d1f0c1cf3c6e |
line wrap: on
line source
[package] name = "pam" description = "PAM bindings for Rust" version = "0.1.0" authors = [ "Anthony Nowell <anowell@gmail.com>" ] repository = "https://github.com/anowell/pam-rs" readme = "README.md" keywords = ["pam", "ffi", "linux", "authentication"] license = "MIT" [lib] name = "pam" [dependencies] libc = "0.2.97"