diff options
| author | Данила Григорьев <65398685+danilasar@users.noreply.github.com> | 2025-01-03 01:12:24 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 01:12:24 +0400 |
| commit | 3a916bcd16433deafb85bd62b86d7da2e721be9f (patch) | |
| tree | 8b319f2eb9379370f892e748c75bfb6bb2c5cdef /typst.toml | |
| parent | 100ae6d9d9a0451f9c3ca049e8b9028c3fc431f2 (diff) | |
| parent | da5aa87b1e7ce9e3caf0ed6fa72471c24e9f9c4d (diff) | |
Тотальный и абсолютный рефакторинг #9
Тотальный и абсолютный рефакторинг
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" |