aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-async-support/Cargo.toml')
-rw-r--r--examples/example-async-support/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-async-support/Cargo.toml b/examples/example-async-support/Cargo.toml
index d1b952d..a0d2a75 100644
--- a/examples/example-async-support/Cargo.toml
+++ b/examples/example-async-support/Cargo.toml
@@ -6,8 +6,8 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-# Enable `parser` features
-features = ["async", "parser"]
+# Enable `picker` features
+features = ["async", "picker"]
# Import any async runtime, e.g. Tokio
[dependencies.tokio]