view Cargo.toml @ 53:52f1102e0715 v0.0.3

Bump version to v0.0.3.
author Paul Fisher <paul@pfish.zone>
date Sat, 03 May 2025 18:42:07 -0400
parents bc5e18fa9c7a
children
line wrap: on
line source

[package]
name = "nonstick"
description = "PAM bindings for Rust"
version = "0.0.3"
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"