aboutsummaryrefslogtreecommitdiff
path: root/examples/example-structural-renderer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-structural-renderer/Cargo.toml')
-rw-r--r--examples/example-structural-renderer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-structural-renderer/Cargo.toml b/examples/example-structural-renderer/Cargo.toml
index e29e9c3..2851303 100644
--- a/examples/example-structural-renderer/Cargo.toml
+++ b/examples/example-structural-renderer/Cargo.toml
@@ -11,7 +11,7 @@ path = "../../mingling"
features = [
"structural_renderer",
"yaml_serde_fmt",
- "parser",
+ "picker",
]
[workspace]