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 /Cargo.toml | |
| parent | 58ef8a8f42a68c7a81118ef9120705730ce3f458 (diff) | |
Add debug logging feature with env_logger integration
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,6 +18,6 @@ members = [ resolver = "2" [workspace.dependencies] -mingling = { path = "mingling", features = ["full"] } +mingling = { path = "mingling", features = ["full", "debug"] } serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } |
