mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
dev: remove unused deps (#1182)
This commit is contained in:
parent
68f451715a
commit
a9437b2772
2 changed files with 1 additions and 13 deletions
|
@ -17,7 +17,6 @@ chrono.workspace = true
|
|||
clap.workspace = true
|
||||
comemo.workspace = true
|
||||
dirs.workspace = true
|
||||
flate2 = "1"
|
||||
log.workspace = true
|
||||
parking_lot.workspace = true
|
||||
pathdiff.workspace = true
|
||||
|
@ -25,20 +24,13 @@ tokio.workspace = true
|
|||
rayon.workspace = true
|
||||
reflexo-typst.workspace = true
|
||||
reflexo-typst-shim = { workspace = true, features = ["nightly"] }
|
||||
reqwest = { version = "^0.12", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
"blocking",
|
||||
"multipart",
|
||||
] }
|
||||
semver.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tar = "0.4"
|
||||
tinymist-assets = { workspace = true }
|
||||
tinymist-fs.workspace = true
|
||||
typst.workspace = true
|
||||
toml.workspace = true
|
||||
typst-assets = { workspace = true }
|
||||
typst-assets.workspace = true
|
||||
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue