aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-17 00:41:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-17 00:41:00 +0800
commit2374370f8ea5e2c794e4838c12ed9f799e6206c8 (patch)
tree771453d1c7707c1aac2018add8c15e051485dd12 /Cargo.toml
parent0816230e8712948df451fee7aee48537efe043cb (diff)
Add shell completion for CLI commands
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 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"] }