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

* feat: move featured components * feat: provide package view and local documentation * stage * fix: compile error by merged commits
30 lines
638 B
TOML
30 lines
638 B
TOML
[package]
|
|
name = "tinymist-analysis"
|
|
description = "Typst Static Analyzers for Tinymist."
|
|
categories = ["compilers"]
|
|
keywords = ["language", "typst"]
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
typst-syntax.workspace = true
|
|
tinymist-world.workspace = true
|
|
ecow.workspace = true
|
|
comemo.workspace = true
|
|
log.workspace = true
|
|
toml.workspace = true
|
|
|
|
typst.workspace = true
|
|
typst-svg.workspace = true
|
|
base64.workspace = true
|
|
|
|
[dev-dependencies]
|
|
insta.workspace = true
|
|
regex.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|