mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
17 lines
352 B
TOML
17 lines
352 B
TOML
[package]
|
|
name = "rustc_log"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
atty = "0.2"
|
|
tracing = "0.1.28"
|
|
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
|
|
tracing-tree = "0.2.0"
|
|
|
|
[features]
|
|
max_level_info = ['tracing/max_level_info']
|