aboutsummaryrefslogtreecommitdiff
path: root/just_template/Cargo.toml
blob: 1536e0b2533ffe799817da209655c562a3e9bfc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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_template_macros.workspace = true
just_fmt = "0.1.2"