diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"] description = "A WHATWG-compliant HTML5 tokenizer and tag soup parser." edition = "2018" readme = "README.md" -keywords = ["html", "html5", "whatwg", "parser", "tokenizer", "lexer", "sax", "xml", "parsing"] +keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" repository = "https://github.com/untitaker/html5gum" version = "0.1.0" |