From 039ec513c8ed6f93dad1acb89f143c5696278f6f Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 5 Mar 2021 08:20:24 +0800 Subject: [PATCH] (chore) add to web-programming category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34adc87b1..ce64005b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ning Sun "] description = "Handlebars templating implemented in Rust." license = "MIT" keywords = ["handlebars", "templating", "web"] -categories = ["template-engine"] +categories = ["template-engine", "web-programming"] homepage = "https://github.com/sunng87/handlebars-rust" repository = "https://github.com/sunng87/handlebars-rust" documentation = "https://docs.rs/crate/handlebars/"