From 2ed73f8bf490c946915547fff63b3be1c659890b Mon Sep 17 00:00:00 2001 From: orangerot Date: Tue, 9 Sep 2025 13:18:10 +0200 Subject: feat: package definiton with library and template --- typst.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 typst.toml (limited to 'typst.toml') diff --git a/typst.toml b/typst.toml new file mode 100644 index 0000000..214049d --- /dev/null +++ b/typst.toml @@ -0,0 +1,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 " +] +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" + -- cgit v1.2.3