aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-todolist/Cargo.toml')
-rw-r--r--examples/full-todolist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/full-todolist/Cargo.toml b/examples/full-todolist/Cargo.toml
index 9d6f1a7..fb3d3be 100644
--- a/examples/full-todolist/Cargo.toml
+++ b/examples/full-todolist/Cargo.toml
@@ -10,7 +10,7 @@ serde_json = "1.0.150"
[dependencies.mingling]
path = "../../mingling"
features = [
- "parser",
+ "picker",
"extras",
"structural_renderer",
]