aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2023-09-03 23:20:19 +0200
committerMartin Fischer <martin@push-f.com>2023-09-03 23:20:19 +0200
commit33c8e707b12377a4850f54dd7b75cd3037ddad32 (patch)
tree614165ec12d3fda0165555840abed532786c91f4
parent0c590e90564870fa8600460c866c7395b7d865cd (diff)
chore: add categories to Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"