diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:08:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:11:49 +0800 |
| commit | a30559c72296680dc3b6de5c878e74e4a7f3712e (patch) | |
| tree | e19c1d8537534f0370b8419b3d0fd707aa4f50fc /Cargo.toml | |
| parent | e2c6570d02aed85a16d5596f541ef2a1ff808817 (diff) | |
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.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11,6 +11,13 @@ description = "A tool for code gen via templatese" authors = ["Weicao-CatilGrass <catil_grass@qq.com>"] edition = "2024" +homepage = "https://github.com/catilgrass/just_template" +repository = "https://github.com/catilgrass/just_template" +license = "MIT OR Apache-2.0" +keywords = ["template", "code-generation", "codegen"] +categories = ["template-engine"] + [workspace.dependencies] just_template = { path = "just_template" } -just_template_macros = { path = "just_template_macros" } +just_template_macros = "0.2.0" +# just_template_macros = { path = "just_template_macros" } |
