mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
build: rearrange dependencies (#399)
This commit is contained in:
parent
1b769a4ddd
commit
4acc39b237
8 changed files with 261 additions and 229 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue