From 69e5fd86b4532d3dfa7c503f74d42a64a845d57e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 30 Jun 2026 04:45:04 +0800 Subject: fix(mingling_pathf): extract CMD, error, and help types from dispatcher_clap --- mingling_pathf/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_pathf/Cargo.toml') diff --git a/mingling_pathf/Cargo.toml b/mingling_pathf/Cargo.toml index 9619adc..84bb260 100644 --- a/mingling_pathf/Cargo.toml +++ b/mingling_pathf/Cargo.toml @@ -8,3 +8,4 @@ repository.workspace = true [dependencies] syn.workspace = true proc-macro2.workspace = true +just_fmt.workspace = true -- cgit