From 0c97eee05e8cd99b17ad17827d79afa739957db1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 28 Jun 2026 05:24:31 +0800 Subject: feat(mingling_pathf): add module path resolution and error handling Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules. --- 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 90d94da..8738ed5 100644 --- a/mingling_pathf/Cargo.toml +++ b/mingling_pathf/Cargo.toml @@ -6,3 +6,4 @@ license.workspace = true repository.workspace = true [dependencies] +syn.workspace = true -- cgit