Skip to content

Commit 75b3e55

Browse files
committed
1 parent a5eef14 commit 75b3e55

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

typst.toml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
2+
13
[package]
24
name = ""
35
version = "0.1.0"
46
entrypoint = "src/lib.typ"
5-
authors = [""]
6-
keywords = [""]
7+
authors = []
78
license = "Unlicense"
8-
repository = ""
99
description = ""
10-
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]
10+
homepage = ""
11+
repository = ""
12+
keywords = []
1113
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

Comments
 (0)