Mercurial > crates > nonstick
view Cargo.toml @ 55:676675c3d434
Make PamResultCode implement Error.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 04 May 2025 00:58:04 -0400 |
parents | 52f1102e0715 |
children | daa2cde64601 |
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" thiserror = "2.0.12"