Add showbits-typst crate

This commit is contained in:
Joscha 2025-02-28 22:05:41 +01:00
parent 949b2683a0
commit 8526566f39
4 changed files with 246 additions and 1 deletions

16
showbits-typst/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "showbits-typst"
version = { workspace = true }
edition = { workspace = true }
[dependencies]
anyhow = { workspace = true }
image = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.139"
typst = { workspace = true }
typst-assets = { workspace = true }
typst-render = { workspace = true }
[lints]
workspace = true