aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b0aed88..fab3550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }