aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-24 16:46:37 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-24 16:46:37 +0800
commit13699cfdccc901c2a7d53270f695384134ba2221 (patch)
treed0ba0e2e863a6bd1c3da493801cb348245e4c495 /mingling_macros/Cargo.toml
parent36bcd051f29c8f94cbdf5e2d54f6ad6f85ab2f6b (diff)
Add extra_macros feature to mingling and mingling_macros
Diffstat (limited to 'mingling_macros/Cargo.toml')
-rw-r--r--mingling_macros/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml
index 4f2b094..4fc5c75 100644
--- a/mingling_macros/Cargo.toml
+++ b/mingling_macros/Cargo.toml
@@ -20,6 +20,8 @@ dispatch_tree = []
general_renderer = []
repl = []
+extra_macros = []
+
[dependencies]
syn.workspace = true
quote.workspace = true