view libpam-sys/Cargo.toml @ 109:bb465393621f

Minor cleanup and reorg. - Use those nice new macros we just implemented. - Straighten out the macro file. - Move the `BinaryPayload` into `structs.rs`, leaving helpers behind.
author Paul Fisher <paul@pfish.zone>
date Sat, 28 Jun 2025 02:49:35 -0400
parents e97534be35e3
children
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]
libpam-sys-impls = { path = "libpam-sys-impls" }