From 79ec6878877f0fd9246d67d3cd4f8cc2d1200150 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Jul 2026 11:08:07 +0800 Subject: refactor: rename `mingling_picker` to `arg_picker` --- mingling_picker/test/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mingling_picker/test/Cargo.toml (limited to 'mingling_picker/test/Cargo.toml') diff --git a/mingling_picker/test/Cargo.toml b/mingling_picker/test/Cargo.toml deleted file mode 100644 index 127546c..0000000 --- a/mingling_picker/test/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "test-mingling-picker" -version = "0.1.0" -edition = "2024" - -[workspace] - -[dependencies] -mingling_picker = { path = "../" } -- cgit