14 lines
290 B
TOML
14 lines
290 B
TOML
[package]
|
|
name = "exam"
|
|
version = "0.3.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"
|