Mercurial > crates > nonstick
comparison 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 |
---|---|
9 edition = "2021" | 9 edition = "2021" |
10 rust-version = "1.75.0" | 10 rust-version = "1.75.0" |
11 | 11 |
12 [package] | 12 [package] |
13 name = "nonstick" | 13 name = "nonstick" |
14 description = "PAM bindings for Rust" | 14 description = "🍳 Safe Rust bindings for PAM applications and modules." |
15 readme = "README.md" | 15 readme = "README.md" |
16 keywords = ["pam", "ffi", "linux", "authentication"] | 16 keywords = ["pam", "ffi", "authentication"] |
17 categories = [ | |
18 "api-bindings", | |
19 "authentication", | |
20 "os::unix-apis", | |
21 ] | |
17 license.workspace = true | 22 license.workspace = true |
18 version.workspace = true | 23 version.workspace = true |
19 authors.workspace = true | 24 authors.workspace = true |
20 edition.workspace = true | 25 edition.workspace = true |
21 rust-version.workspace = true | 26 rust-version.workspace = true |