From 13699cfdccc901c2a7d53270f695384134ba2221 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 24 May 2026 16:46:37 +0800 Subject: Add extra_macros feature to mingling and mingling_macros --- mingling_macros/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mingling_macros') 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 -- cgit