mirror of
https://github.com/JustAnyones/ktu-paper.git
synced 2026-06-20 22:11:56 +00:00
14 lines
362 B
TOML
14 lines
362 B
TOML
[package]
|
|
name = "ktu-paper"
|
|
version = "0.1.0"
|
|
compiler = "0.12.0"
|
|
entrypoint = "src/lib.typ"
|
|
repository = "https://git.svetikas.lt/JustAnyone/dotfiles"
|
|
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"
|