diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:12:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-09 15:12:11 +0800 |
| commit | 4764c3c818e3da16a3cba3b9877d9beb635e4237 (patch) | |
| tree | 3adc438ca9b56f0fcd95354af4bd8329640ecce4 /mingling_macros/Cargo.toml | |
| parent | 240361b240d638363346013160b0943b47769c37 (diff) | |
Add basic completion module with shell integration
Diffstat (limited to 'mingling_macros/Cargo.toml')
| -rw-r--r-- | mingling_macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 8c42299..d2c1a00 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -11,6 +11,8 @@ proc-macro = true [features] default = [] +full = ["comp", "general_renderer"] +comp = [] general_renderer = [] [dependencies] |
