Skip to content

Commit

Permalink
Merge pull request #163 from budziq/keywords
Browse files Browse the repository at this point in the history
Added keywords to log and env_logger Cargo.toml
  • Loading branch information
dtolnay committed May 24, 2017
2 parents f35c517 + 0d90b34 commit 8c08ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description = """
A lightweight logging facade for Rust
"""
categories = ["development-tools::debugging"]
keywords = ["logging"]
publish = false # this branch contains breaking changes

[[test]]
Expand Down
1 change: 1 addition & 0 deletions env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A logging implementation for `log` which is configured via an environment
variable.
"""
categories = ["development-tools::debugging"]
keywords = ["logging"]
publish = false # this branch contains breaking changes

[dependencies]
Expand Down

0 comments on commit 8c08ef5

Please sign in to comment.