Files
typst_nure_template/typst.toml
Sytnyk Yehor 0d526d4f58 feat: restructured files accrording to typst package format
- added typst.toml
- moved templates to "template" folder
- renamed files according to convention
2025-03-01 01:10:05 +02:00

12 lines
200 B
TOML

[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"