Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-helpers/Cargo.toml @ 136:efbc235f01d3
Separate libpam-sys-helpers from libpam-sys.
This separates the parts of libpam-sys that don't need linking against libpam
from the parts that do need to link against libpam.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 03 Jul 2025 14:28:04 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
135:b52594841480 | 136:efbc235f01d3 |
---|---|
1 [package] | |
2 name = "libpam-sys-helpers" | |
3 version.workspace = true | |
4 authors.workspace = true | |
5 repository.workspace = true | |
6 edition.workspace = true | |
7 rust-version.workspace = true | |
8 license.workspace = true | |
9 readme = "README.md" | |
10 | |
11 [dependencies] | |
12 libc = "0.2" | |
13 num_enum = "0.7" | |
14 | |
15 [build-dependencies] | |
16 libc = "0.2" |