Mercurial > crates > nonstick
comparison Cargo.toml @ 92:5ddbcada30f2
Add the ability to log against a PAM handle.
PAM impls provide a way to log to syslog. This exposes it via nonstick.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Sun, 22 Jun 2025 19:29:32 -0400 |
| parents | c9fc7e6257d3 |
| children | efc2b56c8928 |
comparison
equal
deleted
inserted
replaced
| 91:039aae9a01f7 | 92:5ddbcada30f2 |
|---|---|
| 20 | 20 |
| 21 [dependencies] | 21 [dependencies] |
| 22 bitflags = "2.9.0" | 22 bitflags = "2.9.0" |
| 23 libc = "0.2.97" | 23 libc = "0.2.97" |
| 24 num_enum = "0.7.3" | 24 num_enum = "0.7.3" |
| 25 regex = "1.11.1" | |
| 25 secure-string = "0.3.0" | 26 secure-string = "0.3.0" |
| 26 thiserror = "2.0.12" | |
| 27 | 27 |
| 28 [build-dependencies] | 28 [build-dependencies] |
| 29 bindgen = "0.72.0" | 29 bindgen = "0.72.0" |
