Mercurial > crates > nonstick
view pam/Cargo.toml @ 42:80d496e87f8f
forgot path
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:14:11 +0200 |
parents | 09fa82155033 |
children |
line wrap: on
line source
[package] name = "pam-bindings" description = "PAM bindings for Rust" version = "0.1.1" 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"