From ff36d818ff4bcc5dee4134d303e51e8ecaa1781b Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 3 Nov 2024 07:37:33 +0100 Subject: [PATCH] add categories and keywords --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a96241..5118b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,8 @@ edition = "2021" rust-version = "1.60" repository = "https://github.com/jcornaz/fun-html" description = "HTML as a rust function!" -publish = false +categories = ["template-engine"] +keywords = ["html", "html-rendering", "web", "functional"] [package.metadata.docs.rs] all-features = true