diff libpam-sys/libpam-sys-consts/Cargo.toml @ 148:4b3a5095f68c

Move libpam-sys helpers into their own library. - Renames libpam-sys-helpers to libpam-sys-consts. - Moves libpam-sys-helpers::helpers into libpam-sys-helpers, which moves them completely out of libpam-sys's dependency chain. - Moves the aliases from libpam-sys into libpam-sys::aliases.
author Paul Fisher <paul@pfish.zone>
date Mon, 07 Jul 2025 12:11:43 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpam-sys/libpam-sys-consts/Cargo.toml	Mon Jul 07 12:11:43 2025 -0400
@@ -0,0 +1,15 @@
+[package]
+name = "libpam-sys-consts"
+description = "Constants exported by libpam and implementation detection."
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+license.workspace = true
+
+[dependencies]
+libc = "0.2"
+
+[build-dependencies]
+libc = "0.2"
\ No newline at end of file