From 4764c3c818e3da16a3cba3b9877d9beb635e4237 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Apr 2026 15:12:11 +0800 Subject: Add basic completion module with shell integration --- mingling_core/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mingling_core/Cargo.toml') diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index e978401..ef0ea5d 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -8,7 +8,8 @@ repository = "https://github.com/catilgrass/mingling" [features] default = [] -full = ["general_renderer"] +full = ["comp", "general_renderer"] +comp = [] general_renderer = [ "dep:serde", "dep:ron", -- cgit