From 0b9d890fd9764fa3ec0b749f4b15610e49e3cb8d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Apr 2026 18:29:43 +0800 Subject: Add debug logging feature with env_logger integration --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit