aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生4 days1-1/+0
* Add auto-generated feature flags module and tooling魏曹先生4 days1-0/+1
* Add example for clap binding integration魏曹先生5 days1-0/+1
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days1-0/+1
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-4/+12
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-1/+0
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days1-0/+1
* Bump version to 0.1.9魏曹先生2026-05-181-1/+1
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-0/+1
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-2/+6
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-151-0/+49
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-22/+0
* Add global resource system to Program魏曹先生2026-04-271-1/+0
* Add async example demonstrating tokio integration魏曹先生2026-04-251-1/+7
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-1/+1
* Add workspace configuration and update dependencies魏曹先生2026-04-221-0/+17
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-23/+0
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-1/+1
* Add debug logging feature with env_logger integration魏曹先生2026-04-111-1/+1
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-1/+1
* Add workspace configuration and examples魏曹先生2026-04-061-0/+23