Skip to content

Commit 967f210

Browse files
committed
update config
1 parent 3fc025f commit 967f210

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

coredom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Core DOM structure and AST representation for MicroDOM"
66
authors = ["Anton Harkushyn (@Anton293)"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Anton293/microdom"
9-
keywords = ["html", "dom", "tree", "node", "parser", "xml", "data", "web"]
9+
keywords = ["dom", "tree", "node", "core", "ast"]
1010
categories = ["parsing"]
1111
exclude = [
1212
"benches/",

microdom-xpath-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "XPath 3.1 evaluator for MicroDOM — supports glob wildcards, tex
66
authors = ["Anton Harkushyn (@Anton293)"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Anton293/microdom"
9-
keywords = ["xpath", "xml", "search", "query", "select", "data", "web", "html", "parser"]
9+
keywords = ["xpath", "query", "select", "data", "search"]
1010
categories = ["parsing"]
1111
exclude = [
1212
"benches/",

microdom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "HTML/XML parser + XPath 3.1 search library for Rust"
66
authors = ["Anton Harkushyn (@Anton293)"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/Anton293/microdom"
9-
keywords = ["xpath", "xml", "search", "html", "dom", "parser"]
9+
keywords = ["xpath", "xml", "html", "dom", "parser"]
1010
categories = ["parsing"]
1111
exclude = [
1212
"benches/",

0 commit comments

Comments
 (0)