diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-17 00:41:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-17 00:41:00 +0800 |
| commit | 2374370f8ea5e2c794e4838c12ed9f799e6206c8 (patch) | |
| tree | 771453d1c7707c1aac2018add8c15e051485dd12 /Cargo.toml | |
| parent | 0816230e8712948df451fee7aee48537efe043cb (diff) | |
Add shell completion for CLI commands
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
