diff libpam-sys/libpam-sys-impls/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 diff
--- a/libpam-sys/libpam-sys-impls/Cargo.toml	Sun Jun 29 03:35:59 2025 -0400
+++ b/libpam-sys/libpam-sys-impls/Cargo.toml	Sun Jun 29 18:27:51 2025 -0400
@@ -11,6 +11,7 @@
 
 [build-dependencies]
 bindgen = "0.72.0"
+dlopen = "0.1.8"
 proc-macro2 = "1.0.95"
 quote = "1.0.40"
 strum = { version = "0.27.1", features = ["derive"] }