aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: move CLI entry to bin and restructure imports魏曹先生5 days1-0/+13
Move the CLI binary from `src/main.rs` to `src/bin/cli.rs` and move shared program generation into a new lib.rs module.