Mercurial > crates > nonstick
view 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 |
line wrap: on
line source
[package] name = "libpam-sys-test" version = "0.0.0" edition.workspace = true rust-version.workspace = true publish = false [dependencies] libc = "0.2.174" libpam-sys = { path = ".." } [build-dependencies] bindgen = "0.72.0" ctest = "0.4.11" libpam-sys-impls = { path = "../libpam-sys-impls" } proc-macro2 = "1.0.95" quote = "1.0.40" syn = { version = "2.0.104", features = ["full"] }