aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.1.9魏曹先生2026-05-181-37/+6
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-181-2/+33
|
* Remove unused `dirs` dependency from mingling_core魏曹先生2026-05-161-1/+0
|
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-151-1/+0
|
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-151-0/+744
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-675/+0
|
* Add async example demonstrating tokio integration魏曹先生2026-04-251-1/+5
|
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-0/+4
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-0/+667
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-716/+0
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-111-3/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-111-0/+9
|
* Add debug logging feature with env_logger integration魏曹先生2026-04-111-0/+182
|
* Add shell completion script generation feature魏曹先生2026-04-111-0/+10
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-48/+7
|
* Implement mingling::this function魏曹先生2026-04-081-0/+1
|
* Bump version to 0.1.5 and use local dependencies魏曹先生2026-04-071-15/+15
|
* Add workspace configuration and examples魏曹先生2026-04-061-0/+558