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/"