aboutsummaryrefslogtreecommitdiff
path: root/examples/example-structural-renderer/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove legacy parser feature and migrate to picker魏曹先生2 days1-1/+1
| | | | | | | | | | The legacy `parser` feature and its module tree (`mingling::parser`, `Argument`, `Picker`, `Pickable`, etc.) have been fully removed and replaced by the `picker` feature powered by `arg-picker`. BREAKING CHANGE: Remove `parser` feature and use `picker` instead. Migration guide: Replace `features = ["parser"]` with `features = ["picker"]` and update API usage per the provided table.
* feat(example-structural-renderer): add YAML output test case魏曹先生4 days1-0/+1
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-0/+16