From d8522a98c6a1db7a4b240c4d36cfadb59e22304e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 20 Jan 2026 17:46:35 +0100 Subject: feat(typst): callouts also fix package hierarchy --- typst/template/1.0.0/typst.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 typst/template/1.0.0/typst.toml (limited to 'typst/template/1.0.0/typst.toml') 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" -- cgit v1.2.3