Mercurial > crates > nonstick
view libpam-sys/build.rs @ 159:634cd5f2ac8b
Separate logging into its own trait apart from the rest of PAM.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 12 Jul 2025 18:16:18 -0400 |
parents | 4b3a5095f68c |
children | 0730f5f2ee2a |
line wrap: on
line source
use libpam_sys_consts::pam_impl; fn main() { println!("cargo:rustc-link-lib=pam"); pam_impl::enable_pam_impl_cfg(); }