Skip to content

Commit 085921f

Browse files
authored
Merge pull request #24 from PgBiel/pkg-manager
Add typst.toml
2 parents 29ddc3e + 7329262 commit 085921f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

typst.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "tablex"
3+
version = "0.0.4"
4+
authors = ["PgBiel <https://github.com/PgBiel>"]
5+
license = "MIT"
6+
description = "More powerful and customizable tables in Typst."
7+
entrypoint = "tablex.typ"
8+
repository = "https://github.com/PgBiel/typst-tablex"

0 commit comments

Comments
 (0)