From d7c26debfd5bc3525c9e53d5f80b4bee64b6c199 Mon Sep 17 00:00:00 2001 From: Sytnyk Yehor Date: Sat, 1 Mar 2025 01:26:50 +0200 Subject: [PATCH] fix: package entry point --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 251efc9..de71a78 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "nure" version = "0.0.0" -entrypoint = "template.typ" +entrypoint = "lib.typ" authors = ["linerds"] license = "GPL-3.0" description = "Typst NURE package"