Add showbits-typst crate
This commit is contained in:
parent
949b2683a0
commit
8526566f39
4 changed files with 246 additions and 1 deletions
16
showbits-typst/Cargo.toml
Normal file
16
showbits-typst/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue