aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(mingling_cli): add wrapper binary and optimize release profile魏曹先生10 hours1-0/+10
| | | | | Add `mling` wrapper binary that delegates to `mingling-cli`, enabling separate binary names while maintaining Cargo conventions.
* feat(lints): add quote dependency and improve variable name detection魏曹先生34 hours1-0/+1
| | | | | | Use `quote` token stream matching instead of debug formatting to detect variable references in `unnecessary_render_result_creation`, fixing false positives from string-based matching.
* chore(Cargo.toml): reorganize dependencies and add section comments魏曹先生35 hours1-4/+14
| | | | Group dependencies by purpose with inline comments for clarity
* feat(mling): add linter framework with async support and registry魏曹先生35 hours1-2/+12
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生44 hours1-2/+16
| | | | | Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors
* feat(mingling_cli): add scaffold for CLI tool魏曹先生2 days1-0/+25
| | | | | Add initial project structure for the mingling-cli scaffolding tool, including Cargo manifest and entry point
* Remove mingling_cli crate魏曹先生2026-04-251-16/+0
|
* Rename add_dispatcher module to dispatcher_mgr and add remove commandWeicao-CatilGrass2026-04-141-1/+4
|
* Add CLI program for managing dispatchers魏曹先生2026-04-061-0/+13