aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index 9ee8fa0..4dfea20 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -25,7 +25,9 @@ features = [
"extras",
"picker",
"pathf",
+ "dispatch_tree",
"async",
+ "comp"
]
[build-dependencies.mingling]
@@ -33,6 +35,8 @@ path = "../mingling"
features = [
"build",
"pathf",
+ "dispatch_tree",
+ "comp"
]
[dependencies]