tinymist/crates/tinymist-analysis/Cargo.toml
QuadnucYard ce447185d1
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
dev: drop if_chain and collapse if statements (#2097)
2025-09-01 16:46:54 +08:00

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