Skip to content

Commit 6b512af

Browse files
author
bors-servo
authored
Auto merge of #306 - servo:html5ever-categories, r=jdm
Add categories to Cargo.toml
2 parents cbe87dc + 5049f3e commit 6b512af

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

html5ever/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/servo/html5ever"
88
description = "High-performance browser-grade HTML5 parser"
99
documentation = "https://docs.rs/html5ever"
1010
build = "build.rs"
11+
categories = [ "parser-implementations", "web-programming" ]
1112

1213
[lib]
1314
name = "html5ever"

markup5ever/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repository = "https://github.com/servo/html5ever"
77
description = "Common code for xml5ever and html5ever"
88
documentation = "https://docs.rs/markup5ever"
99
build = "build.rs"
10+
categories = [ "parser-implementations", "web-programming" ]
1011

1112
[lib]
1213
path = "lib.rs"

xml5ever/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ homepage = "https://github.com/servo/html5ever/blob/master/xml5ever/README.md"
1212
readme = "README.md"
1313
keywords = ["xml", "xml5", "parser", "parsing"]
1414
exclude = ["xml5lib-tests/*"]
15+
categories = [ "parser-implementations", "web-programming" ]
1516

1617
[lib]
1718
name = "xml5ever"

0 commit comments

Comments
 (0)