tinymist/crates/typlite/Cargo.toml
Myriad-Dreamin d9717fffa2
test(ci): add fmt, clippy, doc, and msrv tests to CI (#926)
* test(ci): add fmt, clippy, doc, and msrv tests to CI

* test(ci): check and build typst-preview

* fix: checks
2024-12-02 20:28:29 +08:00

30 lines
695 B
TOML

[package]
name = "typlite"
description = "Converts a subset of typst to markdown."
categories = ["compilers"]
keywords = ["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]
typst-syntax.workspace = true
tinymist-analysis.workspace = true
tinymist-world = { workspace = true, features = ["no-content-hint"] }
ecow.workspace = true
comemo.workspace = true
typst.workspace = true
typst-svg.workspace = true
base64.workspace = true
[dev-dependencies]
insta.workspace = true
regex.workspace = true
# [lints]
# workspace = true