generated from SillyFreak/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typst.toml
35 lines (32 loc) · 798 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
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "plum"
version = "0.0.1"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
]
license = "MIT"
description = "Create UML class diagrams in Typst; inspired by but *not* compatible with PlantUML"
# homepage = ""
repository = "https://github.com/SillyFreak/typst-plum"
keywords = ["software", "uml", "class-diagram"]
categories = ["visualization"]
disciplines = ["computer-science"]
compiler = ""
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
"thumbnail.png",
]
# [template]
# path = "template"
# entrypoint = "main.typ"
# thumbnail = "thumbnail.png"
# [tool.mytool]
# foo = "bar"