comparison 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 e97534be35e3
children
comparison
equal deleted inserted replaced
109:bb465393621f 110:2346fd501b7a
1 [workspace] 1 [workspace]
2 members = ["libpam-sys", "libpam-sys/libpam-sys-impls", "testharness"] 2 members = ["libpam-sys", "libpam-sys/libpam-sys-impls", "libpam-sys/libpam-sys-test", "testharness"]
3 resolver = "2" 3 resolver = "2"
4 4
5 [workspace.package] 5 [workspace.package]
6 version = "0.0.8-alpha0" 6 version = "0.0.8-alpha0"
7 authors = ["Paul Fisher <paul@pfish.zone>"] 7 authors = ["Paul Fisher <paul@pfish.zone>"]