From 17ae41c5039475161aa61b8b3f29fff29c5ddfb8 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 27 Jul 2023 22:21:05 -0400 Subject: [PATCH] Update meta information --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 026516b..f2c80fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ name = "axum-htmx" authors = ["Rob Wagner "] license = "MIT OR Apache-2.0" -description = "A set of htmx extractors for axum." +description = "A set of htmx extractors and request guards for axum." repository = "https://github.com/robertwayne/axum-htmx" categories = ["web-programming"] -keywords = ["axum", "htmx", "header", "extractor"] +keywords = ["axum", "htmx"] readme = "README.md" version = "0.2.0" edition = "2021"