feat: store raw diag in error (#1271)

This commit is contained in:
Myriad-Dreamin 2025-02-08 15:11:48 +08:00 committed by GitHub
parent a4ac6780fe
commit 6b31d4418d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 2 deletions

View file

@ -29,7 +29,7 @@ semver.workspace = true
serde.workspace = true
serde_json.workspace = true
tinymist-world = { workspace = true }
tinymist-std = { workspace = true }
tinymist-std = { workspace = true, features = ["typst"] }
tinymist-derive.workspace = true
toml.workspace = true
typst.workspace = true