aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(just_template): add proc-macro `tmpl!` and restructure crate魏曹先生20 hours1-0/+5
| | | | | | | | Move the old `tmpl!` and `tmpl_param!` macros into a dedicated `just_template_macros` proc-macro crate. The new `tmpl!` macro supports both simple parameter assignment and multi-arm implementation blocks with per-arm overrides. Remove the deprecated `deprecated` module and update tests accordingly.
* refactor: promote project to workspace with macros sub-crate魏曹先生20 hours1-11/+9
|
* feat: bump just_template to 0.2.0魏曹先生20 hours1-1/+1
|
* Bump version to 0.1.30.1.3魏曹先生2026-03-021-1/+1
| | | | Fix empty impl block generating unnecessary newlines
* Bump version to 0.1.2 and add From impls for &str and Cow<str>0.1.2魏曹先生2026-03-021-1/+1
|
* Bump version to 0.1.10.1.1魏曹先生2026-02-281-1/+1
|
* Initialize project with Cargo.toml and basic structure魏曹先生2026-02-271-0/+13