23 lines
509 B
TOML
23 lines
509 B
TOML
[package]
|
|
name = "typst-kfu-report"
|
|
version = "0.1.0"
|
|
entrypoint = "src/lib.typ"
|
|
authors = ["Gaspard Jankowiak"]
|
|
description = "Unofficial Typst KFU report template"
|
|
homepage = "https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-report"
|
|
repository = "https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-report"
|
|
keywords = [""]
|
|
categories = [
|
|
"layout",
|
|
"text",
|
|
"report",
|
|
"office",
|
|
]
|
|
disciplines = ["mathematics"]
|
|
compiler = "0.14.2"
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "report.typ"
|
|
|
|
[tool]
|