aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-completion/Cargo.toml')
-rw-r--r--examples/example-completion/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/example-completion/Cargo.toml b/examples/example-completion/Cargo.toml
index 9884f4e..59b6902 100644
--- a/examples/example-completion/Cargo.toml
+++ b/examples/example-completion/Cargo.toml
@@ -12,16 +12,4 @@ features = [
"picker",
]
-[build-dependencies.mingling]
-path = "../../mingling"
-
-features = [
- # Enable `comp` features
- "comp",
-
- # If you want to build completion scripts,
- # enable `build` features
- "build",
-]
-
[workspace]