Mercurial > crates > nonstick
view Cargo.toml @ 46:350579171e1f v0.0.1
Mark v0.0.1.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Apr 2025 00:51:26 -0400 |
parents | ce47901aab7a |
children | a921b72743e4 |
line wrap: on
line source
[package] name = "nonstick" description = "PAM bindings for Rust" version = "0.0.1" 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" [lib] name = "pam" [dependencies] libc = "0.2.97"