blob: 63f61e0e972c03134fa32782dfc92a395f095fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "just_template"
authors = ["Weicao-CatilGrass"]
description = "a tool for code gen via templates"
version = "0.1.3"
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_template"
[dependencies]
just_fmt = "0.1.2"
|