From 2d05f1ce95059f010d4e6e7ab88b4416f0e48aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20J=C3=A4ckle?= Date: Wed, 14 May 2025 16:41:15 +0200 Subject: [PATCH] init --- 0.0.1/typst.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 0.0.1/typst.toml diff --git a/0.0.1/typst.toml b/0.0.1/typst.toml new file mode 100644 index 0000000..00d9817 --- /dev/null +++ b/0.0.1/typst.toml @@ -0,0 +1,11 @@ +[package] +name = "jaebab" +version = "0.0.1" +entrypoint = "lib.typ" +authors = [ + "Beat Jäckle", +] +license = "custom" +description = "Arbeitsblatt" +repository = "https://git.jdmweb2.ch/" +exclude = ["/assets/*"]