Skip to content

Commit 3b02470

Browse files
authored
remove some keywords in cargo config because crates.io accepts at most 5 keywords (#12)
1 parent 91aa4d2 commit 3b02470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
homepage = "https://github.com/SkwalExe/rust-logging"
1010
repository = "https://github.com/SkwalExe/rust-logging"
1111
license = "MIT"
12-
keywords = ["rust", "errors", "logging", "warnings", "informations", "successes", "skwalexe", "logging-rs", "rust-logging", "logger"]
12+
keywords = ["rust", "logging", "rust-logging", "logger"]
1313
categories = ["logging", "logger", "logs"]
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)