Mercurial > crates > nonstick
view libpam-sys/libpam-sys-test/Cargo.toml @ 116:a12706e42c9d default tip
Logging, macros, and building:
- Changes logging API to accept the `Location` of the log statement.
Fixes OpenPAM implementation.
- Stops publicly exporting doc macros.
- Uses dlopen to detect the PAM library rather than header jankery.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 18:27:51 -0400 |
parents | 2346fd501b7a |
children |
line wrap: on
line source
[package] name = "libpam-sys-test" version = "0.0.0" edition.workspace = true rust-version.workspace = true publish = false [dependencies] libpam-sys = { path = ".." } [build-dependencies] bindgen = "0.72.0" libpam-sys-impls = { path = "../libpam-sys-impls" } quote = "1.0.40" syn = { version = "2.0.104", default-features = false }