From e6d03b7d7ea505b222545001ba3d08cc42e3e277 Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Tue, 21 Jan 2025 09:44:01 -0500 Subject: add typst writing env init --- mod/tools/typst/packages/tmu/typst.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mod/tools/typst/packages/tmu/typst.toml (limited to 'mod/tools/typst/packages/tmu/typst.toml') diff --git a/mod/tools/typst/packages/tmu/typst.toml b/mod/tools/typst/packages/tmu/typst.toml new file mode 100644 index 0000000..caf96d7 --- /dev/null +++ b/mod/tools/typst/packages/tmu/typst.toml @@ -0,0 +1,7 @@ +[package] +name = "tmu" +version = "0.0.0" +entrypoint = "template.typ" +authors = ["Kleidi Bujari"] +license = "MIT" +description = "TMU engineering report template" -- cgit v1.3.1