aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/res/crate_config.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生15 hours1-79/+0
| | | | | | | | | | Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
* feat(ci-new): add test-all task with per-crate config support魏曹先生35 hours1-0/+79
Add a new `test-all` command that runs tests across all crates with optional per-crate command overrides via `mingling-ci.toml` files.