generated from SillyFreak/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typst.toml
36 lines (33 loc) · 852 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 = "pre-plantuml"
version = "0.0.1"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
]
license = "MIT"
description = "template package"
# homepage = ""
repository = "https://github.com/SillyFreak/typst-pre-plantuml"
keywords = ["uml", "diagram", "software", "modelling"]
categories = ["visualization"]
disciplines = []
compiler = "0.11.0"
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
# not included: Rust files & dirs that are not submitted in a publishing PR anyway:
# plugin, target, Cargo.lock, Cargo.toml
]
# [template]
# path = "template"
# entrypoint = "main.typ"
# thumbnail = "thumbnail.png"
# [tool.mytool]
# foo = "bar"