mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
31 lines
824 B
TOML
31 lines
824 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 }
|
|
readme = { workspace = true }
|
|
|
|
[dependencies]
|
|
typst-library = { workspace = true }
|
|
typst-macros = { workspace = true }
|
|
typst-timing = { workspace = true }
|
|
typst-utils = { workspace = true }
|
|
base64 = { workspace = true }
|
|
comemo = { workspace = true }
|
|
ecow = { workspace = true }
|
|
flate2 = { workspace = true }
|
|
image = { workspace = true }
|
|
ttf-parser = { workspace = true }
|
|
xmlparser = { workspace = true }
|
|
xmlwriter = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|