mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* feat: convert `TypstDocument` to enum * fix: errors * build: update cargo.lock * fix: warnings * fix: error * html changes * Revert "html changes" This reverts commitf9fc0e4872. * Revert "Revert "html changes"" This reverts commit7dc554a9e4. * use std typst docs * span * paged * paged * html change * paged * html change * bytes * paged * paged * paged * html changes * paged * html changes * paged
25 lines
598 B
TOML
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
|