Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-helpers/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 | 4b3a5095f68c |
children | 18e865d366ba |
comparison
equal
deleted
inserted
replaced
175:e30775c80b49 | 176:0730f5f2ee2a |
---|---|
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 | 11 |
12 [build-dependencies] | 12 [build-dependencies] |
13 libpam-sys-consts = { path = "../libpam-sys-consts" } | 13 libpam-sys-impls = { path = "../libpam-sys-impls" } |