summaryrefslogtreecommitdiff
path: root/typst.toml
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2026-07-16 18:44:41 -0500
committerMaxwell Beck <max@rastertail.net>2026-07-16 18:44:41 -0500
commit710f36df89d5639171b7b5dddc437090e1bc051b (patch)
tree4f8842bb7b326c2a2f9cc3896a52ccd7ac180f88 /typst.toml
parent9c78ec8e532b69ee643f9b4346187a67a797990c (diff)
Modular boilerplate + MIT license
Diffstat (limited to 'typst.toml')
-rw-r--r--typst.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/typst.toml b/typst.toml
new file mode 100644
index 0000000..caa868c
--- /dev/null
+++ b/typst.toml
@@ -0,0 +1,7 @@
+[package]
+name = "rastertype3"
+version = "0.1.0"
+entrypoint = "raster.typ"
+authors = ["Maxwell Beck <max@rastertail.net>"]
+license = "MIT"
+description = "Personal typesetting templates and stuff"