diff options
Diffstat (limited to 'typst.toml')
| -rw-r--r-- | typst.toml | 11 |
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" |