Skip to content

Commit

Permalink
Merge pull request #6 from SillyFreak/typst-toml-reordering
Browse files Browse the repository at this point in the history
Change ordering of fields in typst.toml (discussion would be useful)
  • Loading branch information
jamesrswift authored Jun 2, 2024
2 parents a5eef14 + 75b3e55 commit 0f03401
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions typst.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format

[package]
name = ""
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = [""]
keywords = [""]
authors = []
license = "Unlicense"
repository = ""
description = ""
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]
homepage = ""
repository = ""
keywords = []
categories = []
disciplines = []
compiler = ""
exclude = ["README.md", "CHANGELOG.md", "Justfile", "docs"]

# [template]
# path = "template"
# entrypoint = "main.typ"
# thumbnail = "thumbnail.png"

# [tool.mytool]
# foo = "bar"

0 comments on commit 0f03401

Please sign in to comment.