build: rearrange dependencies (#399)

This commit is contained in:
Myriad-Dreamin 2024-07-11 11:03:55 +08:00 committed by GitHub
parent 1b769a4ddd
commit 4acc39b237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 261 additions and 229 deletions

View file

@ -23,14 +23,14 @@ typst-ts-core = { workspace = true, default-features = false, features = [
typst-ts-compiler.workspace = true
once_cell.workspace = true
tokio.workspace = true
tokio-tungstenite = "0.21.0"
tokio-tungstenite.workspace = true
env_logger.workspace = true
log.workspace = true
serde_json.workspace = true
futures.workspace = true
indexmap.workspace = true
serde.workspace = true
await-tree = "0.1.2"
await-tree.workspace = true
clap = { workspace = true, optional = true }