aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-3/+4
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-0/+7
Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.