aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-custom-pickable/Cargo.toml')
-rw-r--r--examples/example-custom-pickable/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/example-custom-pickable/Cargo.toml b/examples/example-custom-pickable/Cargo.toml
index ca97c4a..9102c21 100644
--- a/examples/example-custom-pickable/Cargo.toml
+++ b/examples/example-custom-pickable/Cargo.toml
@@ -6,6 +6,4 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = [
- "parser",
-]
+features = ["parser", "extra_macros"]