From 9e0372f9d148a7c340cfab93727a7a3d3db023df Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 05:59:43 +0800 Subject: test(mingling-pathf): add integration tests for module path analysis --- mingling_pathf/test/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mingling_pathf/test/Cargo.toml (limited to 'mingling_pathf/test/Cargo.toml') diff --git a/mingling_pathf/test/Cargo.toml b/mingling_pathf/test/Cargo.toml new file mode 100644 index 0000000..8bb5728 --- /dev/null +++ b/mingling_pathf/test/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "test-mingling-pathf" +version = "0.1.0" +edition = "2024" +publish = false + +[workspace] + +[dependencies] +mingling_pathf = { path = "../../mingling_pathf" } +just_fmt = "0.1.2" -- cgit