aboutsummaryrefslogtreecommitdiff
path: root/mling/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove deprecated mling scaffolding tool魏曹先生10 days1-63/+0
| | | | | The mling CLI tool is being rewritten, so remove all its source files, resources, and workspace membership to clean up the repository
* refactor(core): move pathf module under builds and rename to build魏曹先生2026-06-291-1/+1
| | | | | | Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`.
* feat(mling): enable pathf feature and run type mapping build魏曹先生2026-06-291-0/+2
| | | | | | | | 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`.
* Fix date format padding in version string魏曹先生2026-06-071-2/+2
|
* Remove duplicate shell completion generation魏曹先生2026-06-071-1/+0
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-0/+62