From 2374370f8ea5e2c794e4838c12ed9f799e6206c8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Apr 2026 00:41:00 +0800 Subject: Add shell completion for CLI commands --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 627fde0..f962729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "cobill" path = "src/main.rs" [dependencies] -mingling = { path = "../mingling/mingling", features = ["full"] } +mingling = { path = "../mingling/mingling", features = ["full", "debug"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread" ] } uuid = { version = "1", features = ["v4"] } serde = { version = "1", features = ["derive"] } -- cgit