aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: rename `extra_macros` feature to `extras`HEADmainfeat/new-pipeline-model魏曹先生86 min.1-1/+1
| | | | | Update all references across docs, examples, and configuration files to use the shorter `extras` feature name.
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生2026-05-241-1/+1
| | | | | | Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+10