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

* test(ci): add fmt, clippy, doc, and msrv tests to CI * test(ci): check and build typst-preview * fix: checks
30 lines
695 B
TOML
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
|