c4d9b0c3d8
Co-authored-by: Laurenz <laurmaedje@gmail.com>
32 lines
758 B
TOML
32 lines
758 B
TOML
[package]
|
|
name = "typst-svg"
|
|
description = "SVG exporter for Typst."
|
|
version = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
categories = { workspace = true }
|
|
keywords = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
typst = { workspace = true }
|
|
typst-macros = { workspace = true }
|
|
typst-timing = { workspace = true }
|
|
base64 = { workspace = true }
|
|
comemo = { workspace = true }
|
|
ecow = { workspace = true}
|
|
flate2 = { workspace = true }
|
|
ttf-parser = { workspace = true }
|
|
xmlparser = { workspace = true }
|
|
xmlwriter = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|