Skip to content

Commit

Permalink
Merge pull request #101 from shepmaster/patch-1
Browse files Browse the repository at this point in the history
Add categories to Cargo.toml
  • Loading branch information
alexcrichton authored Mar 8, 2017
2 parents aa137f5 + 70d3ba3 commit d08adb4
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 @@ -11,6 +11,7 @@ homepage = "https://github.com/rust-lang/log"
description = """
A lightweight logging facade for Rust
"""
categories = ["development-tools::debugging"]

[[test]]
name = "filters"
Expand Down
1 change: 1 addition & 0 deletions env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = """
A logging implementation for `log` which is configured via an environment
variable.
"""
categories = ["development-tools::debugging"]

[dependencies]
log = { version = "0.3", path = ".." }
Expand Down

0 comments on commit d08adb4

Please sign in to comment.