Mercurial > crates > nonstick
comparison 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 | 6c1e1bdb4164 |
comparison
equal
deleted
inserted
replaced
130:80c07e5ab22f | 131:a632a8874131 |
---|---|
11 [features] | 11 [features] |
12 default = ["helpers"] | 12 default = ["helpers"] |
13 helpers = [] | 13 helpers = [] |
14 | 14 |
15 [dependencies] | 15 [dependencies] |
16 libc = "0.2" | |
16 libpam-sys-impls = { path = "libpam-sys-impls" } | 17 libpam-sys-impls = { path = "libpam-sys-impls" } |
18 num_enum = "0.7.4" | |
17 | 19 |
18 [build-dependencies] | 20 [build-dependencies] |
19 libpam-sys-impls = { path = "libpam-sys-impls" } | 21 libpam-sys-impls = { path = "libpam-sys-impls" } |
20 strum = { version = "0.27.1", features = ["derive"] } | 22 strum = { version = "0.27.1", features = ["derive"] } |