Files
modern-cv/typst.toml
Paul T b2ac667295 chore: update typst.toml
Added parameters needed in the typst toml before submission to typst universe
2024-03-25 10:39:52 -04:00

19 lines
609 B
TOML

[package]
name = "modern-cv"
version = "0.1.0"
compiler = "0.11.0"
entrypoint = "lib.typ"
authors = ["Paul Tsouchlos <https://github.com/DeveloperPaul123>"]
license = "MIT"
description = "A modern resume template based on the Awesome-CV Latex template."
keywords = ["CV", "Resume", "Minimalistic", "Professional", "Modern"]
categories = ["cv"]
disciplines = []
exclude = ["resume-documentation*", "scripts*"]
homepage = "https://github.com/DeveloperPaul123/modern-cv"
repository = "https://github.com/DeveloperPaul123/modern-cv"
[template]
path = "template"
entrypoint = "resume.typ"
thumbnail = "resume.png"