Skip to content

Commit e667e37

Browse files
authored
Keywords can't contain spaces
1 parent 0429b9f commit e667e37

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
@@ -8,7 +8,7 @@ description = "glog style standard logging backend"
88
homepage = "https://crates.io/crates/glog"
99
repository = "https://github.com/cschlosser/glog-rs"
1010
readme = "README.md"
11-
keywords = ["glog", "log", "logging backend"]
11+
keywords = ["glog", "log", "logging", "backend"]
1212
documentation = "https://docs.rs/glog/0.1.0/"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)