typst-kfu-letter/typst.toml

22 lines
498 B
TOML

[package]
name = "kfu-letter"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["Gaspard Jankowiak"]
description = "Unofficial Typst letter template, roughly following corporate design"
homepage = "https://imsc.uni-graz.at/gjankowiak/typst-kfu-letter"
repository = "https://imsc.uni-graz.at/gjankowiak/typst-kfu-letter"
keywords = [""]
categories = [
"layout",
"text",
"utility",
"office",
]
compiler = "0.14.2"
[template]
path = "template"
entrypoint = "letter.typ"
[tool]