diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index 773ec3cf..da5f862f 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -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