Skip to content

Commit

Permalink
Added keywords to log and env_logger Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
budziq authored and Michał Budzyński committed May 24, 2017
1 parent eea9cb2 commit 0d90b34
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 0d90b34

Please sign in to comment.