From 0cf366d8ffe72709d7ce91262a5227ac3474709c Mon Sep 17 00:00:00 2001 From: javalsai Date: Sat, 9 May 2026 20:07:25 +0200 Subject: [PATCH] chore: add cargo metadata --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10dad58..3b84440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "keycloak_pam" +description = "PAM module to authenticate against a keycloak instance" version = "0.1.0" edition = "2024" license = "GPL-3.0-only" +repository = "https://git.javalsai.tuxcord.net/tuxcord/keycloak-pam" +keywords = ["pam", "pam-module", "authentication", "keycloak"] +categories = ["authentication", "network-programming"] [lib] crate-type = ["cdylib"] @@ -39,5 +43,4 @@ perf = { level = "deny", priority = -1 } style = { level = "deny", priority = -1 } unwrap_used = "deny" -cargo_common_metadata = "allow" missing-errors-doc = "allow"