From c055e152e86bfff96bfbb946525158d2a6662359 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 13 Apr 2025 02:24:27 +0200 Subject: [PATCH] Remove 'categories' field from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa8469..a65479e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ homepage = "https://github.com/GKaszewski/loco-keycloak-auth" repository = "https://github.com/GKaszewski/loco-keycloak-auth" readme = "README.md" keywords = ["loco", "keycloak", "authentication", "axum", "web"] -categories = ["web"] [dependencies] axum-keycloak-auth = { version = "0.8.2" }