Mercurial > crates > nonstick
view testharness/Cargo.toml @ 106:49d9e2b5c189
An irresponsible mix of implementing libpam-sys and other stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 22:41:28 -0400 |
parents | 13b4d2a19674 |
children | e97534be35e3 |
line wrap: on
line source
[package] name = "nonstick-testharness" description = "Automatic test harness for the Nonstick PAM library." publish = false version.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true [lib] crate-type = ["cdylib"] [features] linux-pam-extensions = ["nonstick/linux-pam-extensions"] openpam-extensions = ["nonstick/openpam-extensions"] test-install = [] [dependencies] nonstick = { path = ".." } [dev-dependencies] anyhow = "1.0.98" test-cdylib = "1.1.0" thiserror = "2.0.12"