Skip to content
19 changes: 19 additions & 0 deletions packages/unimelbthesis/typst.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "unimelbthesis"
version = "0.2.1"
entrypoint = "lib.typ"
authors = ["Dylan A Mordaunt"]
license = "Apache-2.0"
description = "A modern Typst template for University of Melbourne theses"
keywords = ["thesis", "university", "melbourne", "academic", "template"]
categories = ["thesis"]
disciplines = ["computer-science", "engineering", "science", "economics", "public health"]
repository = "https://github.com/edithatogo/unimelb-thesis-template-typst"

[template]
path = "."
entrypoint = "thesis.typ"
thumbnail = "unimelb-logo.svg"

[tool]
typst = { version = "0.13.0" }