aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-20 05:05:41 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-20 05:05:41 +0800
commit4a4591affcdb9fef4025e1493546ea77132ce7d2 (patch)
treeeeb7af78d659e4696bb1ac3eff7149deb551cacf /mingling/Cargo.toml
parent658089f9386f35ab4abb68c320bcfa1764e2ae78 (diff)
feat: adjust feature presets in mingling
Move `pathf` to `advanced` and remove it from `full`, while removing `dispatch_tree` from `advanced`.
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 92cca39..f0515d8 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -37,8 +37,8 @@ features = [
# Presets
mini = ["extras", "picker"]
-advanced = ["extras", "picker", "repl", "comp", "dispatch_tree", "structural_renderer"]
-full = ["extras", "picker", "repl", "clap", "comp", "dispatch_tree", "structural_renderer_full", "pathf"]
+advanced = ["extras", "picker", "repl", "comp", "structural_renderer", "pathf"]
+full = ["extras", "picker", "repl", "clap", "comp", "dispatch_tree", "structural_renderer_full"]
# Core
core = ["dep:mingling_core", "mingling_core/default"]