auth-api: make example require pam-authenticator

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-02-02 11:50:04 +01:00
parent 82e212e33a
commit 1bccff7e68

View File

@ -8,6 +8,10 @@ repository.workspace = true
exclude.workspace = true
description = "Tickets, API and Realm handling"
[[example]]
name = "passwd"
required-features = [ "pam-authenticator" ]
[dependencies]
anyhow.workspace = true