16 lines
No EOL
735 B
TOML
16 lines
No EOL
735 B
TOML
[package]
|
|
name = "unofficial-hka-thesis"
|
|
version = "1.0.2"
|
|
entrypoint = "lib.typ"
|
|
authors = ["Ansgar Lichter <https://www.linkedin.com/in/ansgar-lichter-8532661b1>"]
|
|
license = "MIT"
|
|
description = "Unofficial thesis template used at the University of Applied Sciences Karlsruhe (Hochschule Karlsruhe / HKA) at the faculty of Computer Science."
|
|
repository = "https://github.com/AnsgarLichter/unofficial-hka-thesis"
|
|
keywords = ["Karlsruhe", "University of Applied Sciences Karlsruhe", "HKA", "Hochschule Karlsruhe", "Thesis", "Masterarbeit", "Bachelorarbeit", "Final Thesis", "Bachelor's Thesis", "Master's Thesis"]
|
|
categories = ["thesis"]
|
|
exclude = []
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "thesis.typ"
|
|
thumbnail = "thumbnail.png" |