aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-11 18:29:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-11 18:29:43 +0800
commit0b9d890fd9764fa3ec0b749f4b15610e49e3cb8d (patch)
tree7c53525f783c1b969b871cecf3d6a45f97f70ebd /Cargo.toml
parent58ef8a8f42a68c7a81118ef9120705730ce3f458 (diff)
Add debug logging feature with env_logger integration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e02ffe..0547b7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }