Mercurial > crates > nonstick
diff 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 diff
--- a/libpam-sys/Cargo.toml Thu Jun 26 22:42:32 2025 -0400 +++ b/libpam-sys/Cargo.toml Sat Jun 28 00:34:45 2025 -0400 @@ -2,18 +2,14 @@ name = "libpam-sys" description = "Low-level bindings for PAM (Pluggable Authentication Modules)" links = "pam" -version.workspace = true +version = "0.1.0" authors.workspace = true repository.workspace = true edition.workspace = true rust-version.workspace = true -[features] -default = ["basic-ext"] -use-system-headers = [] -basic-ext = [] -linux-pam-ext = [] -openpam-ext = [] +[dependencies] +libpam-sys-impls = { path = "libpam-sys-impls" } [build-dependencies] -bindgen = "0.69.5" \ No newline at end of file +bindgen = "0.69.5"