diff libpam-sys/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/libpam-sys/Cargo.toml	Sat Aug 02 19:01:21 2025 -0400
+++ b/libpam-sys/Cargo.toml	Sat Aug 02 19:24:12 2025 -0400
@@ -14,6 +14,11 @@
 name = "libpam-sys"
 description = "Low-level bindings for PAM (Pluggable Authentication Modules)"
 links = "pam"
+categories = [
+    "authentication",
+    "external-ffi-bindings",
+    "os::unix-apis",
+]
 version.workspace = true
 authors.workspace = true
 repository.workspace = true