diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-24 21:14:54 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-24 21:14:57 +0100 |
commit | 6785e7023c1896e59ae10b040305fc0c82a89b13 (patch) | |
tree | 2d851f5cd29a7174cdd53a42156c53dac15d56ac | |
parent | 2988a46b6b3e8b82fcd8cc5211a74fc4bb7538b9 (diff) |
version 0.1.0html5gum-0.1.0
-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" |