comparison Cargo.toml @ 131:a632a8874131

Get all the Linux-PAM functions into libpam-sys, and get tests right.
author Paul Fisher <paul@pfish.zone>
date Wed, 02 Jul 2025 02:24:21 -0400
parents 80c07e5ab22f
children 6c1e1bdb4164
comparison
equal deleted inserted replaced
130:80c07e5ab22f 131:a632a8874131
37 # This feature exists only for testing. 37 # This feature exists only for testing.
38 test-install = [] 38 test-install = []
39 39
40 [dependencies] 40 [dependencies]
41 bitflags = "2.9.0" 41 bitflags = "2.9.0"
42 libc = "0.2.97" 42 libc = "0.2"
43 memoffset = "0.9.1" 43 memoffset = "0.9.1"
44 num_enum = "0.7.3" 44 num_enum = "0.7.3"
45 libpam-sys = { path = "libpam-sys" } 45 libpam-sys = { path = "libpam-sys" }
46 46
47 [dev-dependencies] 47 [dev-dependencies]