mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
27 lines
704 B
TOML
27 lines
704 B
TOML
[package]
|
|
name = "typst-html"
|
|
description = "Typst's HTML exporter."
|
|
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-syntax = { workspace = true }
|
|
typst-timing = { workspace = true }
|
|
typst-utils = { workspace = true }
|
|
typst-svg = { workspace = true }
|
|
comemo = { workspace = true }
|
|
ecow = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|