mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 13:23:44 +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
The missing feature causes build failure with test profile. Since we currently only conduct tests locally(without web), this change should not be bad.
22 lines
531 B
TOML
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
|