mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
27 lines
631 B
TOML
27 lines
631 B
TOML
[package]
|
|
name = "tinymist-lint"
|
|
description = "A linter for Typst."
|
|
categories = ["compilers"]
|
|
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]
|
|
typst-library.workspace = true
|
|
typst.workspace = true
|
|
tinymist-analysis.workspace = true
|
|
tinymist-project = { workspace = true, features = ["lsp"] }
|
|
tinymist-std.workspace = true
|
|
comemo.workspace = true
|
|
rayon.workspace = true
|
|
|
|
[dev-dependencies]
|
|
insta.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|