diff options
author | Martin Fischer <martin@push-f.com> | 2023-09-03 23:20:19 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-09-03 23:20:19 +0200 |
commit | 33c8e707b12377a4850f54dd7b75cd3037ddad32 (patch) | |
tree | 614165ec12d3fda0165555840abed532786c91f4 /Cargo.toml | |
parent | 0c590e90564870fa8600460c866c7395b7d865cd (diff) |
chore: add categories to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |