aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | 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.
* 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