diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:24:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 05:24:31 +0800 |
| commit | 0c97eee05e8cd99b17ad17827d79afa739957db1 (patch) | |
| tree | 780d8a2b0c576eac8b2f56a2a30a24f7395cf97d /mingling_pathf/Cargo.toml | |
| parent | 69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (diff) | |
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.
Diffstat (limited to 'mingling_pathf/Cargo.toml')
| -rw-r--r-- | mingling_pathf/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
