aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-argument-parse')
-rw-r--r--examples/example-argument-parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-argument-parse/Cargo.toml b/examples/example-argument-parse/Cargo.toml
index 3b06523..89f7544 100644
--- a/examples/example-argument-parse/Cargo.toml
+++ b/examples/example-argument-parse/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2024"
path = "../../mingling"
# Enable `parser` features
-features = ["parser"]
+features = ["parser", "extra_macros"]