pam-honeypot/Cargo.toml
2024-12-28 21:21:06 +01:00

11 lines
173 B
TOML

[package]
name = "pam-honeypot"
version = "0.1.0"
edition = "2021"
[lib]
name = "pam_honeypot"
crate-type = ["cdylib"]
[dependencies]
pam-bindings = { version = "0.1.1" }