aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-0/+61
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-61/+0
|
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-211-1/+1
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-201-1/+1
|
* Bump version to 0.1.6魏曹先生2026-04-191-1/+1
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
* Update mingling_macros to version 0.1.4魏曹先生2026-04-121-1/+1
|
* Add general renderer support with serialization formats魏曹先生2026-04-051-1/+1
|
* Bump mingling_macros version to 0.1.2魏曹先生2026-03-311-1/+1
|
* Revert mingling_macros version to 0.1.1魏曹先生2026-03-311-1/+1
|
* Update workspace dependencies and feature structure魏曹先生2026-03-311-1/+1
| | | | | | | | - Bump mingling and mingling_macros to version 0.1.2 - Move macros from mingling_core to mingling crate - Remove unused transitive dependencies from Cargo.lock - Simplify tokio features in mingling_core - Adjust feature dependencies between crates
* Add mingling crate with core re-export and documentation魏曹先生2026-03-291-1/+1
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-0/+7
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+54