view pam/Cargo.toml @ 34:ec70822cbdef

Overhaul
author Andy Caldwell <andrew.caldwell@metaswitch.com>
date Sun, 24 Apr 2022 03:42:11 +0100
parents f64ee7b6cdf1
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"