mirror of
https://github.com/kristoferssolo/LU-DF-Typst-Template.git
synced 2025-10-21 18:50:33 +00:00
26 lines
665 B
TOML
26 lines
665 B
TOML
[package]
|
||
name = "solo-lu-df"
|
||
version = "0.1.1"
|
||
entrypoint = "src/lib.typ"
|
||
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
|
||
license = "MIT"
|
||
description = "Write qualification papers, bachelor’s theses, and master’s theses for University of Latvia, Computer Science programme."
|
||
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"
|
||
keywords = [
|
||
"University of Latvia",
|
||
"LU",
|
||
"Latvijas Universitāte",
|
||
"Computer Science",
|
||
"Computer Engineering",
|
||
"Software",
|
||
]
|
||
categories = ["paper"]
|
||
disciplines = ["computer-science"]
|
||
compiler = "0.13.0"
|
||
exclude = []
|
||
|
||
[template]
|
||
path = "template"
|
||
entrypoint = "main.typ"
|
||
thumbnail = "thumbnail.png"
|