From f1266322f452efb9757b76165d3bbc05d7603845 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 4 Jul 2023 02:00:02 -0700 Subject: [PATCH] Add typst.toml --- typst.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 typst.toml diff --git a/typst.toml b/typst.toml new file mode 100644 index 0000000..2464c82 --- /dev/null +++ b/typst.toml @@ -0,0 +1,7 @@ +[package] +name = "leipzig-glossing" +version = "0.1.0" +entrypoint = "leipzig-gloss.typ" +authors = ["Greg Shuflin", "Other open-source contributors"] +license = "MIT" +description = "Linguistic interlinear glosses according to the Leipzig Glossing rules"