refactor, add template, add license
This commit is contained in:
parent
24a29b2d89
commit
482bc0a088
5 changed files with 116 additions and 4 deletions
10
typst.toml
10
typst.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue