diff options
Diffstat (limited to 'typst/template/1.0.0/typst.toml')
| -rw-r--r-- | typst/template/1.0.0/typst.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/typst/template/1.0.0/typst.toml b/typst/template/1.0.0/typst.toml new file mode 100644 index 0000000..11b0f63 --- /dev/null +++ b/typst/template/1.0.0/typst.toml @@ -0,0 +1,7 @@ +[package] +name = "template" +version = "1.0.0" +entrypoint = "lib.typ" +authors = ["Anhgelus Morhtuuzh"] +license = "MIT" +description = "My custom template" |
