tinymist/crates/tinymist-render/Cargo.toml
Myriad-Dreamin 3bc5f19cf5
feat: convert TypstDocument to enum (#1256)
* feat: convert `TypstDocument` to enum

* fix: errors

* build: update cargo.lock

* fix: warnings

* fix: error

* html changes

* Revert "html changes"

This reverts commit f9fc0e4872.

* Revert "Revert "html changes""

This reverts commit 7dc554a9e4.

* use std typst docs

* span

* paged

* paged

* html change

* paged

* html change

* bytes

* paged

* paged

* paged

* html changes

* paged

* html changes

* paged
2025-02-03 11:17:58 +08:00

25 lines
598 B
TOML

[package]
name = "tinymist-render"
description = "Rendering features for tinymist."
categories = ["compilers", "command-line-utilities"]
keywords = ["api", "language", "typst"]
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
serde.workspace = true
tinymist-query.workspace = true
reflexo-vec2svg.workspace = true
reflexo-typst.workspace = true
tinymist-std.workspace = true
base64.workspace = true
log.workspace = true
[lints]
workspace = true