diff Cargo.toml @ 55:676675c3d434

Make PamResultCode implement Error.
author Paul Fisher <paul@pfish.zone>
date Sun, 04 May 2025 00:58:04 -0400
parents 52f1102e0715
children daa2cde64601
line wrap: on
line diff
--- a/Cargo.toml	Sat May 03 18:42:11 2025 -0400
+++ b/Cargo.toml	Sun May 04 00:58:04 2025 -0400
@@ -11,3 +11,4 @@
 
 [dependencies]
 libc = "0.2.97"
+thiserror = "2.0.12"