fabro/lib/foundation/fabro-template/Cargo.toml
2026-07-23 17:59:34 -04:00

23 lines
537 B
TOML

[package]
name = "fabro-template"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Shared MiniJinja-based template rendering for Fabro"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
fabro-util = { path = "../fabro-util" }
fabro-types = { path = "../fabro-types" }
miette.workspace = true
minijinja = { workspace = true, features = ["debug", "unstable_machinery"] }
serde.workspace = true
thiserror.workspace = true
toml.workspace = true