From ffc16a84b33d30903ee77ee0d92f3c19f4aeaf18 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 1 Jun 2026 19:32:15 +0800 Subject: Add extra_macros feature to doc scripts and mingling deps --- mingling/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index de15d3a..cce64b5 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -27,6 +27,7 @@ features = [ "repl", "comp", "parser", + "clap", "extra_macros", ] -- cgit