diff libpam-sys/Cargo.toml @ 127:c77846f3a979

GET CTEST WORKING. This will verify that the functions we're exporting are correct. It has been a nightmare.
author Paul Fisher <paul@pfish.zone>
date Mon, 30 Jun 2025 22:56:26 -0400
parents 2b255c92417b
children
line wrap: on
line diff
--- a/libpam-sys/Cargo.toml	Mon Jun 30 21:52:10 2025 -0400
+++ b/libpam-sys/Cargo.toml	Mon Jun 30 22:56:26 2025 -0400
@@ -17,3 +17,4 @@
 
 [build-dependencies]
 libpam-sys-impls = { path = "libpam-sys-impls" }
+strum = { version = "0.27.1", features = ["derive"] }