From 07bf5bb372fc94f346b039ad9eecfb64c8a1ff46 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 04:27:39 +0800 Subject: feat(mling): enable pathf feature and run type mapping build Add the `pathf` feature to mingling dependency and invoke `analyze_and_build_type_mapping` during the build script. Reorganize internal module visibility from `mod + pub use` to direct `pub mod`. --- mling/src/proj_mgr/show_directories.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mling/src/proj_mgr/show_directories.rs') diff --git a/mling/src/proj_mgr/show_directories.rs b/mling/src/proj_mgr/show_directories.rs index 32020c9..6a20eee 100644 --- a/mling/src/proj_mgr/show_directories.rs +++ b/mling/src/proj_mgr/show_directories.rs @@ -6,8 +6,8 @@ use mingling::{ use serde::Serialize; use crate::{ - EntryShowTargetDirectories, EntryShowWorkspaceDirectory, Next, metadata::read_metadata, - res::ResManifestPath, + EntryShowTargetDirectories, EntryShowWorkspaceDirectory, Next, + proj_mgr::metadata::read_metadata, res::ResManifestPath, }; #[derive(Serialize, Groupped)] -- cgit