Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/Cargo.toml @ 110:2346fd501b7a
Add tests for constants and do other macro niceties.
- Adds tests for all the constants. Pretty sweet.
- Moves documentation for cfg-pam-impl macro to `libpam-sys`.
- Renames `Illumos` to `Sun`.
- other stuff
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Sun, 29 Jun 2025 02:15:46 -0400 |
| parents | |
| children | 397743cb70e2 |
comparison
equal
deleted
inserted
replaced
| 109:bb465393621f | 110:2346fd501b7a |
|---|---|
| 1 [package] | |
| 2 name = "libpam-sys-test" | |
| 3 version = "0.0.0" | |
| 4 edition.workspace = true | |
| 5 rust-version.workspace = true | |
| 6 publish = false | |
| 7 | |
| 8 [dependencies] | |
| 9 libpam-sys = { path = ".." } | |
| 10 | |
| 11 [build-dependencies] | |
| 12 bindgen = "0.72.0" | |
| 13 libpam-sys-impls = { path = "../libpam-sys-impls" } | |
| 14 quote = "1.0.40" | |
| 15 syn = { version = "2.0.104", default-features = false } |
