Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-consts/Cargo.toml @ 148:4b3a5095f68c
Move libpam-sys helpers into their own library.
- Renames libpam-sys-helpers to libpam-sys-consts.
- Moves libpam-sys-helpers::helpers into libpam-sys-helpers,
which moves them completely out of libpam-sys's dependency chain.
- Moves the aliases from libpam-sys into libpam-sys::aliases.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Mon, 07 Jul 2025 12:11:43 -0400 |
| parents | |
| children | d5b7b28d754e |
comparison
equal
deleted
inserted
replaced
| 147:4d7333337569 | 148:4b3a5095f68c |
|---|---|
| 1 [package] | |
| 2 name = "libpam-sys-consts" | |
| 3 description = "Constants exported by libpam and implementation detection." | |
| 4 version.workspace = true | |
| 5 authors.workspace = true | |
| 6 repository.workspace = true | |
| 7 edition.workspace = true | |
| 8 rust-version.workspace = true | |
| 9 license.workspace = true | |
| 10 | |
| 11 [dependencies] | |
| 12 libc = "0.2" | |
| 13 | |
| 14 [build-dependencies] | |
| 15 libc = "0.2" |
