Mercurial > crates > nonstick
view libpam-sys/Cargo.toml @ 108:e97534be35e3
Make some proc macros for doing cfg-like stuff for PAM impls.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 28 Jun 2025 00:34:45 -0400 |
parents | 49d9e2b5c189 |
children | bb465393621f |
line wrap: on
line source
[package] name = "libpam-sys" description = "Low-level bindings for PAM (Pluggable Authentication Modules)" links = "pam" version = "0.1.0" authors.workspace = true repository.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] libpam-sys-impls = { path = "libpam-sys-impls" } [build-dependencies] bindgen = "0.69.5"