comparison 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
comparison
equal deleted inserted replaced
54:0f1dcf5607e0 55:676675c3d434
9 license = "MIT" 9 license = "MIT"
10 edition = "2021" 10 edition = "2021"
11 11
12 [dependencies] 12 [dependencies]
13 libc = "0.2.97" 13 libc = "0.2.97"
14 thiserror = "2.0.12"