From 710f36df89d5639171b7b5dddc437090e1bc051b Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Thu, 16 Jul 2026 18:44:41 -0500 Subject: Modular boilerplate + MIT license --- typst.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 typst.toml (limited to 'typst.toml') 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 "] +license = "MIT" +description = "Personal typesetting templates and stuff" -- cgit v1.3.1