Mercurial > crates > nonstick
view Cargo.toml @ 45:ce47901aab7a
Rename to “nonstick”, move to root, update docs and license.
- Renames the crate to “nonstick”.
- Moves the main library to the root of the repository.
- Removes the example PAM modules.
- Updates copyright information in LICENSE file.
- Updates the README.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 15 Apr 2025 00:50:23 -0400 |
parents | pam/Cargo.toml@09fa82155033 |
children | 350579171e1f |
line wrap: on
line source
[package] name = "nonstick" description = "PAM bindings for Rust" version = "0.0.0-pre" 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"