diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 18:29:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 18:29:43 +0800 |
| commit | 0b9d890fd9764fa3ec0b749f4b15610e49e3cb8d (patch) | |
| tree | 7c53525f783c1b969b871cecf3d6a45f97f70ebd /mingling/Cargo.toml | |
| parent | 58ef8a8f42a68c7a81118ef9120705730ce3f458 (diff) | |
Add debug logging feature with env_logger integration
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 09b490b..7ff8cdf 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -16,6 +16,7 @@ tokio = { version = "1", features = ["full"] } mingling = { path = ".", features = ["full"] } [features] +debug = ["mingling_core/debug"] default = ["mingling_core/default"] full = ["mingling_core/full", "mingling_macros/full", "comp", "parser"] general_renderer = [ |
