refactor, add template, add license

This commit is contained in:
Gaspard Jankowiak 2025-12-15 09:10:29 +01:00
commit 482bc0a088
5 changed files with 116 additions and 4 deletions

View file

@ -1,8 +1,14 @@
[package]
name = "exam"
version = "0.1.0"
entrypoint = "lib.typ"
version = "0.2.0"
entrypoint = "src/lib.typ"
authors = ["Gaspard Jankowiak"]
license = "MIT"
description = "Exams for NAWI Graz."
compiler = "0.14.0"
categories = ["layout", "office"]
[template]
path = "template"
entrypoint = "exam.typ"
thumbnail = "thumbnail.png"