17 lines
621 B
TOML
17 lines
621 B
TOML
[package]
|
|
name = "definitely-not-isec-slides"
|
|
version = "1.0.0"
|
|
entrypoint = "src/lib.typ"
|
|
authors = ["Ernesto Martínez <https://ecomaikgolf.com>"]
|
|
license = "MIT"
|
|
description = "An unofficial ISEC TUGraz slides template"
|
|
repository = "https://github.com/ecomaikgolf/typst-isec-slides-template"
|
|
categories = ["slides"]
|
|
disciplines = ["computer-science", "engineering"]
|
|
keywords = ["ISEC", "Institute of Information Security", "IAIK", "TUGraz", "Graz University of Technology", "thesis", "template", "Master Thesis"]
|
|
compiler = "0.13.1"
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "slides.typ"
|
|
thumbnail = "thumbnail.png"
|