summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b74572afa439e283280345b97bfa88b35c393458 (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.1"
edition = "2024"

readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/just_template"

[dependencies]
just_fmt = "0.1.2"