Add categories to Cargo.toml

This commit is contained in:
Jake Goulding
2017-01-20 15:12:53 -05:00
parent d0c2f474e5
commit 70d3ba3ccd
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

1
env/Cargo.toml vendored
View File

@@ -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 = ".." }