aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/display-dependency-order.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: extract dependency order logic into a shared module魏曹先生37 hours1-184/+2
|
* feat: add binary to display dependency order of workspace crates魏曹先生38 hours1-0/+194
Introduce a new binary that parses workspace Cargo.toml, collects crates matching a specified prefix, and outputs them in topological dependency order with same-level crates sorted alphabetically