Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-helpers/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 |
---|---|
1 [package] | 1 [package] |
2 name = "libpam-sys-helpers" | 2 name = "libpam-sys-helpers" |
3 description = "Cross-platform helpers for libpam-sys." | 3 description = "Cross-platform compatibility helpers for libpam-sys." |
4 version.workspace = true | 4 version.workspace = true |
5 authors.workspace = true | 5 authors.workspace = true |
6 repository.workspace = true | 6 repository.workspace = true |
7 edition.workspace = true | 7 edition.workspace = true |
8 rust-version.workspace = true | 8 rust-version.workspace = true |
9 license.workspace = true | 9 license.workspace = true |
10 readme = "README.md" | 10 readme = "README.md" |
11 categories = [ | |
12 "api-bindings", | |
13 "os::unix-apis", | |
14 ] | |
11 | 15 |
12 [build-dependencies] | 16 [build-dependencies] |
13 libpam-sys-impls = { version = "0.1.1", path = "../libpam-sys-impls" } | 17 libpam-sys-impls = { version = "0.1.1", path = "../libpam-sys-impls" } |