mirror of
https://github.com/rust-lang/log.git
synced 2026-04-18 20:56:47 +00:00
20 lines
454 B
TOML
20 lines
454 B
TOML
[package]
|
|
name = "env_logger"
|
|
version = "0.3.1"
|
|
authors = ["The Rust Project Developers"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-lang/log"
|
|
documentation = "http://doc.rust-lang.org/log/env_logger"
|
|
homepage = "https://github.com/rust-lang/log"
|
|
description = """
|
|
An logging implementation for `log` which is configured via an environment
|
|
variable.
|
|
"""
|
|
|
|
[dependencies.log]
|
|
version = "0.3"
|
|
path = ".."
|
|
|
|
[dependencies]
|
|
regex = "0.1"
|