mirror of
https://github.com/rust-lang/log.git
synced 2026-04-24 00:38:08 +00:00
Add categories to Cargo.toml
This commit is contained in:
@@ -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
1
env/Cargo.toml
vendored
@@ -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 = ".." }
|
||||
|
||||
Reference in New Issue
Block a user