Mercurial > crates > nonstick
diff libpam-sys/Cargo.toml @ 131:a632a8874131
Get all the Linux-PAM functions into libpam-sys, and get tests right.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 02 Jul 2025 02:24:21 -0400 |
parents | c77846f3a979 |
children |
line wrap: on
line diff
--- a/libpam-sys/Cargo.toml Tue Jul 01 06:11:43 2025 -0400 +++ b/libpam-sys/Cargo.toml Wed Jul 02 02:24:21 2025 -0400 @@ -13,7 +13,9 @@ helpers = [] [dependencies] +libc = "0.2" libpam-sys-impls = { path = "libpam-sys-impls" } +num_enum = "0.7.4" [build-dependencies] libpam-sys-impls = { path = "libpam-sys-impls" }