diff libpam-sys/libpam-sys-helpers/Cargo.toml @ 176:0730f5f2ee2a

Turn `libpam-sys-consts` back into `libpam-sys-impls`. This moves the constants into `libpam-sys` and makes `libpam-sys-impls` responsible solely for detecting the current PAM implementation.
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 17:53:31 -0400
parents 4b3a5095f68c
children
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-helpers/Cargo.toml	Wed Jul 30 14:57:12 2025 -0400
+++ b/libpam-sys/libpam-sys-helpers/Cargo.toml	Wed Jul 30 17:53:31 2025 -0400
@@ -10,4 +10,4 @@
 readme = "README.md"
 
 [build-dependencies]
-libpam-sys-consts = { path = "../libpam-sys-consts" }
\ No newline at end of file
+libpam-sys-impls = { path = "../libpam-sys-impls" }
\ No newline at end of file