diff 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
line wrap: on
line diff
--- a/Cargo.toml	Wed Jun 18 16:30:41 2025 -0400
+++ b/Cargo.toml	Sun Jun 22 19:29:32 2025 -0400
@@ -22,8 +22,8 @@
 bitflags = "2.9.0"
 libc = "0.2.97"
 num_enum = "0.7.3"
+regex = "1.11.1"
 secure-string = "0.3.0"
-thiserror = "2.0.12"
 
 [build-dependencies]
 bindgen = "0.72.0"