change: bump typst ver + streamline cmd arguments

This commit is contained in:
andrew 2026-04-16 16:01:05 -04:00
parent 654b790fcb
commit ad20a850fb
3 changed files with 698 additions and 277 deletions

View file

@ -6,9 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
typst = "0.13.1"
typst-as-lib = { version = "0.14.4", features = ["typst-html", "typst-kit-fonts", "typst-kit-embed-fonts"] }
typst-html = "0.13.1"
typst-pdf = "0.13.1"
typst-svg = "0.13.1"
clap = { version = "4.6.1", features = ["derive"] }
typst = "0.14.2"
typst-as-lib = { version = "0.15.4", features = ["typst-html", "typst-kit-fonts", "typst-kit-embed-fonts"] }
typst-html = "0.14.2"
typst-pdf = "0.14.2"
typst-svg = "0.14.2"