aboutsummaryrefslogtreecommitdiff
path: root/just_template/Cargo.toml
blob: c791b43ca1399f7581a3c8930a39b1dd950ebbd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "just_template"
version.workspace = true
description.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

readme = "README.md"
documentation = "https://docs.rs/just_template"

[dependencies]
just_template_macros.workspace = true
just_fmt = "0.1.2"