fix: package entry point

This commit is contained in:
2025-03-01 01:26:50 +02:00
parent f940d16e06
commit d7c26debfd

View File

@ -1,7 +1,7 @@
[package] [package]
name = "nure" name = "nure"
version = "0.0.0" version = "0.0.0"
entrypoint = "template.typ" entrypoint = "lib.typ"
authors = ["linerds"] authors = ["linerds"]
license = "GPL-3.0" license = "GPL-3.0"
description = "Typst NURE package" description = "Typst NURE package"