Skip to content

Commit

Permalink
Cargo.toml reduce keywords to 5
Browse files Browse the repository at this point in the history
More than 5 keywords is rejected by `cargo publish`
  • Loading branch information
jtmoon79 committed Oct 20, 2022
1 parent 871a357 commit 6aa7aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Super Speedy Syslog Searcher searches log files and merges log en
repository = "https://github.com/jtmoon79/super-speedy-syslog-searcher"
authors = ["James Thomas Moon"]
license = "MIT"
keywords = ["syslog", "log", "log-parser", "log-parsing", "search", "merge"]
keywords = ["syslog", "log", "log-parser", "search", "merge"]
readme = "README.md"
version = "0.1.39"
edition = "2021"
Expand Down

0 comments on commit 6aa7aad

Please sign in to comment.