Skip to content

Commit b056c82

Browse files
committed
max limit of 5 keywords per crate
1 parent df9d451 commit b056c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "BSD-3-Clause"
77
description = "Library for converting an XML file to N-Triple RDF"
88
repository = "https://github.com/DeciSym/xml2rdf"
99
readme = "README.md"
10-
keywords = ["xml", "rdf", "n-triples", "semantic-web", "converter", "parser"]
10+
keywords = ["xml", "rdf", "semantic-web", "converter", "parser"]
1111
categories = ["command-line-utilities", "encoding", "parser-implementations", "science", "web-programming"]
1212

1313
[dependencies]

0 commit comments

Comments
 (0)