comparison 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
comparison
equal deleted inserted replaced
76:e58d24849e82 77:351bdc13005e
8 keywords = ["pam", "ffi", "linux", "authentication"] 8 keywords = ["pam", "ffi", "linux", "authentication"]
9 license = "MIT" 9 license = "MIT"
10 edition = "2021" 10 edition = "2021"
11 11
12 [features] 12 [features]
13 default = ["link"]
13 # Enable this to actually link against your system's PAM library. 14 # Enable this to actually link against your system's PAM library.
14 link = [] 15 link = []
15 16
16 [dependencies] 17 [dependencies]
17 bitflags = "2.9.0" 18 bitflags = "2.9.0"