view Cargo.toml @ 50:171fb1171053 default tip

Added tag v0.0.2 for changeset bc5e18fa9c7a
author Paul Fisher <paul@pfish.zone>
date Wed, 16 Apr 2025 16:55:59 -0400
parents bc5e18fa9c7a
children
line wrap: on
line source

[package]
name = "nonstick"
description = "PAM bindings for Rust"
version = "0.0.2"
authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ]
repository = "https://hg.pfish.zone/crates/nonstick/"
readme = "README.md"
keywords = ["pam", "ffi", "linux", "authentication"]
license = "MIT"
edition = "2021"

[dependencies]
libc = "0.2.97"