blob: 214049decd86febed8bc6f5f507a1aefb8d4a701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "fsmi-exam-report"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = [
"Gero Beckmann <orangerot@orangerot.dev>"
]
license = "MIT"
description = "Exam Reports for Fachschaft Mathematik/Informatik at the Karlsruhe Institute of Technology"
homepage = ""
repository = ""
keywords = []
categories = []
disciplines = []
# compiler = ""
[template]
path = "template"
entrypoint = "main.typ"
# thumbnail = "thumbnail.png"
|