generated from SillyFreak/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
typst.toml
36 lines (33 loc) · 821 Bytes
/
typst.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "scrutinize"
version = "0.3.0"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
]
license = "MIT"
description = "A library for building exams, tests, etc. with Typst"
# homepage = ""
repository = "https://github.com/SillyFreak/typst-scrutinize"
keywords = ["exam", "test", "school", "teaching"]
categories = ["model", "scripting", "office"]
disciplines = ["education"]
compiler = "0.11.0"
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
"thumbnail.png",
"thumbnail-solved.png",
]
# [template]
# path = "template"
# entrypoint = "main.typ"
# thumbnail = "thumbnail.png"
# [tool.mytool]
# foo = "bar"