showbits/showbits-common/Cargo.toml
2024-05-13 13:02:26 +02:00

22 lines
487 B
TOML

[package]
name = "showbits-common"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
comemo = "0.4.0"
cosmic-text.workspace = true
fontdb = "0.17.0"
image.workspace = true
mark.git = "https://github.com/Garmelon/mark.git"
palette.workspace = true
paste = "1.0.14"
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