summaryrefslogtreecommitdiff
path: root/typst.toml
diff options
context:
space:
mode:
authordanilasar <danila.sar@yandex.ru>2024-12-31 13:34:24 +0400
committerdanilasar <danila.sar@yandex.ru>2024-12-31 13:34:24 +0400
commitecbc4e8c6f9c70346c2380a97fb6e607ecfdaa10 (patch)
tree6827d9def3fd4a173aa29ab09d9a2e0f046f205b /typst.toml
parent100ae6d9d9a0451f9c3ca049e8b9028c3fc431f2 (diff)
рутина: добавлен test.typ
Diffstat (limited to 'typst.toml')
-rw-r--r--typst.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/typst.toml b/typst.toml
new file mode 100644
index 0000000..a19c073
--- /dev/null
+++ b/typst.toml
@@ -0,0 +1,11 @@
+[package]
+name = "sgu-template"
+version = "0.0.1"
+entrypoint = "conf.typ"
+authors = ["Danila Grogirev <danila.sar@yandex.ru>"]
+license = "MIT-0"
+description = "Unofficial Saratov State University typst template"
+
+[template]
+path = "template"
+entrypoint = "main.typ"