Mercurial > crates > nonstick
diff Cargo.toml @ 192:4c39eaa4a5ae
Add crate categories to Cargo, and add a little pan in places.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 02 Aug 2025 19:24:12 -0400 |
parents | e915c54097d6 |
children | 58c0118b8b77 |
line wrap: on
line diff
--- a/Cargo.toml Sat Aug 02 19:01:21 2025 -0400 +++ b/Cargo.toml Sat Aug 02 19:24:12 2025 -0400 @@ -11,9 +11,14 @@ [package] name = "nonstick" -description = "PAM bindings for Rust" +description = "🍳 Safe Rust bindings for PAM applications and modules." readme = "README.md" -keywords = ["pam", "ffi", "linux", "authentication"] +keywords = ["pam", "ffi", "authentication"] +categories = [ + "api-bindings", + "authentication", + "os::unix-apis", +] license.workspace = true version.workspace = true authors.workspace = true