aboutsummaryrefslogtreecommitdiff
path: root/just_template/Cargo.toml
blob: 66217b413825808e1040939cc426c78ff9eee584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "just_template"
version.workspace = true
description.workspace = true
authors.workspace = true
edition.workspace = true

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

[dependencies]
just_fmt = "0.1.2"