Mercurial > crates > nonstick
view libpam-sys/libpam-sys-impls/Cargo.toml @ 115:1e11a52b4665 default tip
Don't promise ordering for the log level.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 03:35:59 -0400 |
parents | 2346fd501b7a |
children |
line wrap: on
line source
[package] name = "libpam-sys-impls" description = "Macros for use in libpam-sys." version = "0.0.1" rust-version.workspace = true edition.workspace = true [lib] proc-macro = true [build-dependencies] bindgen = "0.72.0" proc-macro2 = "1.0.95" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive"] } [dependencies] quote = "1.0.40" syn = { version = "2.0.104", default-features = false, features = ["parsing"] } proc-macro2 = "1.0.95"