aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-28 05:24:31 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-28 05:24:31 +0800
commit0c97eee05e8cd99b17ad17827d79afa739957db1 (patch)
tree780d8a2b0c576eac8b2f56a2a30a24f7395cf97d /Cargo.lock
parent69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (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 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 64d1da9..725b4d9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -442,6 +442,9 @@ dependencies = [
[[package]]
name = "mingling_pathf"
version = "0.2.0"
+dependencies = [
+ "syn",
+]
[[package]]
name = "mio"