aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): rename `builds` feature to `build`魏曹先生26 hours1-2/+2
| | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`.
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-3/+21
|
* Make async an optional feature魏曹先生2026-04-191-1/+0
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-2/+2
|
* Remove serde dependency from example projects魏曹先生2026-04-111-1/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-0/+9