chore: minor changes

This commit is contained in:
2025-08-27 17:31:00 +03:00
parent af289ef9d5
commit 4f9d5cd6d8
4 changed files with 35 additions and 17 deletions

View File

@@ -1,12 +1,11 @@
[package]
name = "solo-lu-df"
version = "0.1.0"
compiler = "0.13.0"
entrypoint = "src/lib.typ"
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"
authors = ["Kristofers Solo <dev@kristofers.xyz>"]
license = "MIT"
description = "Write qualification papers, bachelors theses, and masters theses for University of Lativa, Computer Science programme."
repository = "https://github.com/kristoferssolo/LU-DF-Typst-Template"
keywords = [
"University of Latvia",
"LU",
@@ -17,16 +16,8 @@ keywords = [
]
categories = ["paper"]
disciplines = ["computer-science"]
exclude = [
".github",
"docs",
"scripts",
"examples",
"tests",
".typstignore",
"Justfile",
"thumbnail.png",
]
compiler = "0.13.0"
exclude = []
[template]
path = "template"