blob: b7f3d3068614e271a21a7d22962fc120541ec58b (
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.0"
edition = "2024"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_template"
[dependencies]
just_fmt = "0.1.2"
|