Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Jul 9, 2024
1 parent d734bba commit eae1242
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions typst.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format

[package]
name = ""
name = "dining-table"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = []
authors = ["James R. Swift"]
license = "Unlicense"
description = ""
homepage = ""
repository = ""
keywords = []
categories = []
disciplines = []
compiler = ""
description = "Column-wise table definitions for big data"
repository = "https://github.com/JamesxX/dining-table"
keywords = ["table", "data", "scientific"]
categories = ["components", "visualization", "model", "report", "paper", "thesis"]
disciplines = ["agriculture", "biology", "chemistry", "communication", "computer-science", "economics", "physics"]
exclude = [
".github",
"docs",
"scripts",
"tests",
".typstignore",
"Justfile",
]

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

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

0 comments on commit eae1242

Please sign in to comment.