mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 10:18:16 +00:00

* test(ci): add fmt, clippy, doc, and msrv tests to CI * test(ci): check and build typst-preview * fix: checks
23 lines
537 B
TOML
23 lines
537 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
|
|
base64.workspace = true
|
|
log.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|