mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-23 07:40:08 +00:00
9b48836440
fixes: #270
13 lines
211 B
TOML
13 lines
211 B
TOML
[package]
|
|
name = "optimized"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "test_max_level_features"
|
|
path = "main.rs"
|
|
|
|
[dependencies.log]
|
|
path = ".."
|
|
features = ["max_level_debug", "release_max_level_info"]
|