diff Cargo.toml @ 77:351bdc13005e

Update the libpam module to work with the new structure.
author Paul Fisher <paul@pfish.zone>
date Sun, 08 Jun 2025 01:03:46 -0400
parents c7c596e6388f
children 5aa1a010f1e8
line wrap: on
line diff
--- a/Cargo.toml	Sat Jun 07 18:55:27 2025 -0400
+++ b/Cargo.toml	Sun Jun 08 01:03:46 2025 -0400
@@ -10,6 +10,7 @@
 edition = "2021"
 
 [features]
+default = ["link"]
 # Enable this to actually link against your system's PAM library.
 link = []