mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
46 lines
1.1 KiB
TOML
46 lines
1.1 KiB
TOML
[package]
|
|
name = "tinymist-analysis"
|
|
description = "Typst Static Analyzers for Tinymist."
|
|
categories = ["compilers"]
|
|
keywords = ["language", "typst"]
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
comemo.workspace = true
|
|
dashmap.workspace = true
|
|
ecow.workspace = true
|
|
ena.workspace = true
|
|
hashbrown.workspace = true
|
|
itertools.workspace = true
|
|
log.workspace = true
|
|
lsp-types.workspace = true
|
|
parking_lot.workspace = true
|
|
regex.workspace = true
|
|
rpds.workspace = true
|
|
rustc-hash.workspace = true
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|
|
strum.workspace = true
|
|
tinymist-derive.workspace = true
|
|
tinymist-std.workspace = true
|
|
tinymist-world.workspace = true
|
|
toml.workspace = true
|
|
triomphe.workspace = true
|
|
typst.workspace = true
|
|
typst-macros.workspace = true
|
|
typst-shim.workspace = true
|
|
typst-timing.workspace = true
|
|
unscanny.workspace = true
|
|
|
|
[dev-dependencies]
|
|
insta.workspace = true
|
|
regex.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|