showbits/showbits-common/Cargo.toml
2025-02-22 15:35:46 +01:00

21 lines
469 B
TOML

[package]
name = "showbits-common"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
comemo = "0.4.0"
cosmic-text.workspace = true
image.workspace = true
mark.git = "https://github.com/Garmelon/mark.git"
palette.workspace = true
paste = "1.0.15"
showbits-assets.workspace = true
taffy.workspace = true
typst = "0.11.0"
typst-assets = { version = "0.11.0", features = ["fonts"] }
typst-render = "0.11.0"
[lints]
workspace = true