aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* chore: move CLI entry to bin and restructure imports魏曹先生6 days1-0/+51
| | | | | Move the CLI binary from `src/main.rs` to `src/bin/cli.rs` and move shared program generation into a new lib.rs module.
* feat(mingling_cli): add wrapper binary and optimize release profile魏曹先生2026-07-221-0/+47
Add `mling` wrapper binary that delegates to `mingling-cli`, enabling separate binary names while maintaining Cargo conventions.