From 33c8e707b12377a4850f54dd7b75cd3037ddad32 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 3 Sep 2023 23:20:19 +0200 Subject: chore: add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ff05431..0775349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ description = "An HTML5 tokenizer with code span support." edition = "2018" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] +categories = ["parser-implementations", "web-programming"] license = "MIT" repository = "https://git.push-f.com/html5tokenizer" version = "0.5.0" -- cgit v1.2.3