diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 04:45:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 04:45:04 +0800 |
| commit | 69e5fd86b4532d3dfa7c503f74d42a64a845d57e (patch) | |
| tree | 41831b777027bf4d765249a4dd41446b37634764 /mingling_pathf/test/Cargo.lock | |
| parent | 5b1593afa467df256fcd7076967d305bebbb21ee (diff) | |
fix(mingling_pathf): extract CMD, error, and help types from
dispatcher_clap
Diffstat (limited to 'mingling_pathf/test/Cargo.lock')
| -rw-r--r-- | mingling_pathf/test/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_pathf/test/Cargo.lock b/mingling_pathf/test/Cargo.lock index 6c89ae3..e5fd23a 100644 --- a/mingling_pathf/test/Cargo.lock +++ b/mingling_pathf/test/Cargo.lock @@ -12,6 +12,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" name = "mingling_pathf" version = "0.2.0" dependencies = [ + "just_fmt", "proc-macro2", "syn", ] |
