tinymist/crates/tinymist-tests/Cargo.toml
Luyan Zhou 8ce498751b
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
fix: update tinymist-project features to include 'system' (#2156)
The missing feature causes build failure with test profile. Since we
currently only conduct tests locally(without web), this change should
not be bad.
2025-10-10 08:28:12 +08:00

22 lines
531 B
TOML

[package]
name = "tinymist-tests"
description = "Test support for Tinymist."
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
typst.workspace = true
tinymist-analysis.workspace = true
tinymist-project = { workspace = true, features = ["lsp", "system"] }
tinymist-std.workspace = true
comemo.workspace = true
rayon.workspace = true
insta.workspace = true
[lints]
workspace = true