Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/Cargo.toml @ 127:c77846f3a979
GET CTEST WORKING.
This will verify that the functions we're exporting are correct.
It has been a nightmare.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 22:56:26 -0400 |
parents | 2b255c92417b |
children | 5b2de52dd8b2 |
comparison
equal
deleted
inserted
replaced
126:57c812e308bd | 127:c77846f3a979 |
---|---|
4 edition.workspace = true | 4 edition.workspace = true |
5 rust-version.workspace = true | 5 rust-version.workspace = true |
6 publish = false | 6 publish = false |
7 | 7 |
8 [dependencies] | 8 [dependencies] |
9 libc = "0.2.174" | |
9 libpam-sys = { path = ".." } | 10 libpam-sys = { path = ".." } |
10 | 11 |
11 [build-dependencies] | 12 [build-dependencies] |
12 bindgen = "0.72.0" | 13 bindgen = "0.72.0" |
14 ctest = "0.4.11" | |
13 libpam-sys-impls = { path = "../libpam-sys-impls" } | 15 libpam-sys-impls = { path = "../libpam-sys-impls" } |
16 proc-macro2 = "1.0.95" | |
14 quote = "1.0.40" | 17 quote = "1.0.40" |
15 syn = { version = "2.0.104", features = ["full"] } | 18 syn = { version = "2.0.104", features = ["full"] } |