12 lines
442 B
TOML
12 lines
442 B
TOML
[package]
|
|
name = "postercise"
|
|
version = "0.2.0"
|
|
entrypoint = "postercise.typ"
|
|
authors = ["Daniel King"]
|
|
license = "MIT"
|
|
description = "Postercise allows users to easily create academic research posters with different themes using Typst."
|
|
repository = "https://github.com/dangh3014/postercise/"
|
|
exclude = ["examples/*"]
|
|
keywords = ["academic", "research", "poster", "presentation", "template", "theme"]
|
|
categories = ["poster", "presentation"]
|