diff libpam-sys/libpam-sys-helpers/Cargo.toml @ 136:efbc235f01d3

Separate libpam-sys-helpers from libpam-sys. This separates the parts of libpam-sys that don't need linking against libpam from the parts that do need to link against libpam.
author Paul Fisher <paul@pfish.zone>
date Thu, 03 Jul 2025 14:28:04 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpam-sys/libpam-sys-helpers/Cargo.toml	Thu Jul 03 14:28:04 2025 -0400
@@ -0,0 +1,16 @@
+[package]
+name = "libpam-sys-helpers"
+version.workspace = true
+authors.workspace = true
+repository.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+license.workspace = true
+readme = "README.md"
+
+[dependencies]
+libc = "0.2"
+num_enum = "0.7"
+
+[build-dependencies]
+libc = "0.2"
\ No newline at end of file