Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
191:e915c54097d6 | 192:4c39eaa4a5ae |
---|---|
12 | 12 |
13 [package] | 13 [package] |
14 name = "libpam-sys" | 14 name = "libpam-sys" |
15 description = "Low-level bindings for PAM (Pluggable Authentication Modules)" | 15 description = "Low-level bindings for PAM (Pluggable Authentication Modules)" |
16 links = "pam" | 16 links = "pam" |
17 categories = [ | |
18 "authentication", | |
19 "external-ffi-bindings", | |
20 "os::unix-apis", | |
21 ] | |
17 version.workspace = true | 22 version.workspace = true |
18 authors.workspace = true | 23 authors.workspace = true |
19 repository.workspace = true | 24 repository.workspace = true |
20 edition.workspace = true | 25 edition.workspace = true |
21 rust-version.workspace = true | 26 rust-version.workspace = true |