Files
zathura-typst-plugin/Cargo.toml
2025-10-31 16:42:29 +00:00

29 lines
495 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"] }
codespan-reporting = "0.13.1"
[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'