You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typst.toml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,15 @@
2
2
name = "jsume"
3
3
version = "0.1.0"
4
4
entrypoint = "src/lib.typ"
5
+
compiler = "0.13.0"
5
6
authors = ["Moozon Wei <muzhenweizh@gmail.com>"]
6
7
license = "MIT"
7
8
description = "A simple typst resume template for jsume. Just provide your jsume data in JSON format, and it will generate a beautiful resume PDF for you."
0 commit comments