From e2fa82300ad4ae8c1b8ebaa40abae73aa0649782 Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 27 Jul 2023 18:56:38 -0400 Subject: [PATCH] Update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae4d672..98c2e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "axum-htmx" authors = ["Rob Wagner "] license = "MIT OR Apache-2.0" -description = "HTMX header extractors for axum." +description = "A set of htmx extractors for axum." repository = "https://github.com/robertwayne/axum-htmx" categories = ["web-programming"] keywords = ["axum", "htmx", "header", "extractor"]