Skip to content

Commit caaae8d

Browse files
committed
Fix keywords field to conform to crates.io requirements
- https://doc.rust-lang.org/cargo/reference/manifest.html#the-keywords-field Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent fb6d48d commit caaae8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ readme = "README.md"
1010
documentation = "https://docs.rs/purl_validator"
1111

1212
repository = "https://github.com/aboutcode-org/purl-validator.rs"
13-
keywords = ["package url", "package", "purl"]
13+
keywords = ["packageurl", "package", "purl", "sbom-tool"]
1414
categories = ["development-tools", "security" ]
1515

1616
include = [
1717
"src/**",
1818
"purls.fst",
1919
"Cargo.toml",
2020
"README.md",
21+
"CHANGELOG.md",
2122
"LICENSE"
2223
]
2324

0 commit comments

Comments
 (0)