We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eef14 commit 75b3e55Copy full SHA for 75b3e55
typst.toml
@@ -1,11 +1,24 @@
1
+# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
2
+
3
[package]
4
name = ""
5
version = "0.1.0"
6
entrypoint = "src/lib.typ"
-authors = [""]
-keywords = [""]
7
+authors = []
8
license = "Unlicense"
-repository = ""
9
description = ""
10
-exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]
+homepage = ""
11
+repository = ""
12
+keywords = []
13
categories = []
14
+disciplines = []
15
+compiler = ""
16
+exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]
17
18
+# [template]
19
+# path = "template"
20
+# entrypoint = "main.typ"
21
+# thumbnail = "thumbnail.png"
22
23
+# [tool.mytool]
24
+# foo = "bar"
0 commit comments