Files
tokio/tokio-trace/test_static_max_level_features/Cargo.toml
T

11 lines
193 B
TOML
Raw Normal View History

2019-03-26 09:19:20 +11:00
[workspace]
[package]
name = "test_cargo_max_level_features"
version = "0.1.0"
publish = false
[dependencies.tokio-trace]
path = ".."
features = ["max_level_debug", "release_max_level_info"]