aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* chore: add package metadata and symlinks for publishingHEAD0.2.0master魏曹先生19 hours1-1/+12
| | | | | | Centralize package metadata in the workspace `Cargo.toml` and inherit it in sub-crates. Add license symlinks and README symlinks to the workspace root. Set `documentation` URLs for library crates.
* feat(just_template): add proc-macro `tmpl!` and restructure crate魏曹先生19 hours1-0/+61
| | | | | | | | 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魏曹先生19 hours1-16/+0
|
* 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/+16