Files
zathura-typst-plugin/Cargo.toml
2025-10-30 11:09:48 +00:00

28 lines
465 B
TOML

[package]
name = "zathura-typst-plugin"
version = "0.1.0"
edition = "2024"
[dependencies]
typst = "0.14.0"
typst-render = "0.14.0"
cairo-rs = "0.21.2"
typst-kit = { version = "0.14.0", features = ["embed-fonts", "vendor-openssl"] }
[build-dependencies]
bindgen = "0.72.1"
pkg-config = "0.3.32"
system-deps = "7.0.6"
[package.metadata.system-deps]
zathura = "0.5.0"
[lib]
crate-type = ["cdylib"]
[profile.release]
panic = 'abort'
[profile.dev]
panic = 'abort'