feat: restructured files accrording to typst package format

- added typst.toml
- moved templates to "template" folder
- renamed files according to convention
This commit is contained in:
2025-03-01 01:10:05 +02:00
parent efa56f1fec
commit 0d526d4f58
7 changed files with 11 additions and 0 deletions

Binary file not shown.

Binary file not shown.

11
typst.toml Normal file
View File

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