diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:27:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:27:39 +0800 |
| commit | 07bf5bb372fc94f346b039ad9eecfb64c8a1ff46 (patch) | |
| tree | 398662be9b13e5e06ff13ead775c00807b43c0c8 /mling/src/pkg_mgr/mod.rs | |
| parent | 7ff051635eac6b10fcd66a1878563c8155a661a4 (diff) | |
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`.
Diffstat (limited to 'mling/src/pkg_mgr/mod.rs')
| -rw-r--r-- | mling/src/pkg_mgr/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mling/src/pkg_mgr/mod.rs b/mling/src/pkg_mgr/mod.rs index 030529e..682b433 100644 --- a/mling/src/pkg_mgr/mod.rs +++ b/mling/src/pkg_mgr/mod.rs @@ -4,8 +4,7 @@ use mingling::{ macros::{dispatcher, program_setup}, }; -mod installer; -pub use installer::*; +pub mod installer; dispatcher!("install"); dispatcher!("ls.namespace", CMDListNamespace => EntryListNamespace); |
