diff --git a/html5ever/Cargo.toml b/html5ever/Cargo.toml index 247df216..12463fb0 100644 --- a/html5ever/Cargo.toml +++ b/html5ever/Cargo.toml @@ -8,6 +8,7 @@ description = "High-performance browser-grade HTML5 parser" documentation = "https://docs.rs/html5ever" build = "build.rs" categories = [ "parser-implementations", "web-programming" ] +keywords = ["html", "html5", "parser", "parsing"] edition = "2021" readme = "../README.md"