[package] name = "pam-honeypot" version = "0.1.0" edition = "2021" authors = [ "Tim Schubert "] license = "MIT OR Apache-2.0" [lib] name = "pam_honeypot" crate-type = ["cdylib"] [dependencies] pam-bindings = { version = "0.1.1" } log = "0" syslog = "7.0.0"