Mercurial > crates > nonstick
diff libpam-sys/libpam-sys-impls/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 |
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-impls/Cargo.toml Sat Jun 28 02:49:35 2025 -0400 +++ b/libpam-sys/libpam-sys-impls/Cargo.toml Sun Jun 29 02:15:46 2025 -0400 @@ -2,15 +2,17 @@ name = "libpam-sys-impls" description = "Macros for use in libpam-sys." version = "0.0.1" -edition = "2021" +rust-version.workspace = true +edition.workspace = true [lib] proc-macro = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.72.0" +proc-macro2 = "1.0.95" +quote = "1.0.40" strum = { version = "0.27.1", features = ["derive"] }