Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-impls/Cargo.toml @ 176:0730f5f2ee2a
Turn `libpam-sys-consts` back into `libpam-sys-impls`.
This moves the constants into `libpam-sys` and makes `libpam-sys-impls`
responsible solely for detecting the current PAM implementation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 30 Jul 2025 17:53:31 -0400 |
parents | libpam-sys/libpam-sys-consts/Cargo.toml@d5b7b28d754e |
children | 18e865d366ba |
comparison
equal
deleted
inserted
replaced
175:e30775c80b49 | 176:0730f5f2ee2a |
---|---|
1 [package] | |
2 name = "libpam-sys-impls" | |
3 description = "Detects the current implementation of LibPAM." | |
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 | |
12 [package.metadata.docs.rs] | |
13 default-target = "x86_64-unknown-linux-gnu" | |
14 | |
15 targets = [ | |
16 "x86_64-apple-darwin", | |
17 "x86_64-unknown-freebsd", | |
18 "x86_64-unknown-illumos", | |
19 ] | |
20 | |
21 [dependencies] | |
22 libc = "0.2" | |
23 | |
24 [build-dependencies] | |
25 libc = "0.2" |