aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl-basic/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-24 17:18:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-24 17:18:48 +0800
commit0d3639016ac89ca3c6d7a8d2c8aa3b7656069e4e (patch)
treeb3b323eb3031fcafc65197dd65d41b693e70b859 /examples/example-repl-basic/Cargo.toml
parent60e70f5320b2abdb38a2349c18e5bffcfea37ca7 (diff)
Gate extra_macros items behind the feature flag
Diffstat (limited to 'examples/example-repl-basic/Cargo.toml')
-rw-r--r--examples/example-repl-basic/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-repl-basic/Cargo.toml b/examples/example-repl-basic/Cargo.toml
index c358a73..090ac06 100644
--- a/examples/example-repl-basic/Cargo.toml
+++ b/examples/example-repl-basic/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies.mingling]
path = "../../mingling"
-features = ["repl", "parser"]
+features = ["repl", "parser", "extra_macros"]
[dependencies]
just_fmt = "0.1.2"