mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-09-19 12:48:27 +00:00
14 lines
356 B
TOML
14 lines
356 B
TOML
[package]
|
|
name = "ktu-paper"
|
|
version = "0.3.0"
|
|
compiler = "0.15.0"
|
|
entrypoint = "src/lib.typ"
|
|
repository = "https://github.com/svetikas/ktu-paper"
|
|
authors = ["Dominykas Svetikas <https://svetikas.lt>"]
|
|
license = "MIT"
|
|
description = "KTU report template to use for writing lab reports or final thesis."
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "main.typ"
|