mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 05:22:52 +00:00
build: eliminate dependencies of tinymist-analysis (#1220)
This commit is contained in:
parent
ecd6cf97e9
commit
f1f88cb548
2 changed files with 0 additions and 15 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -4035,17 +4035,10 @@ dependencies = [
|
|||
name = "tinymist-analysis"
|
||||
version = "0.12.18"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
"ecow",
|
||||
"insta",
|
||||
"log",
|
||||
"regex",
|
||||
"tinymist-world",
|
||||
"toml",
|
||||
"typst",
|
||||
"typst-svg",
|
||||
"typst-syntax",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -12,16 +12,8 @@ repository.workspace = true
|
|||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
typst-syntax.workspace = true
|
||||
tinymist-world.workspace = true
|
||||
ecow.workspace = true
|
||||
comemo.workspace = true
|
||||
log.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
typst.workspace = true
|
||||
typst-svg.workspace = true
|
||||
base64.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
insta.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue