mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Remove unused dependencies (#5379)
This commit is contained in:
parent
115b0a7ffd
commit
19bde34876
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2688,7 +2688,6 @@ dependencies = [
|
||||
"dirs",
|
||||
"ecow",
|
||||
"fs_extra",
|
||||
"native-tls",
|
||||
"notify",
|
||||
"open",
|
||||
"parking_lot",
|
||||
@ -2780,7 +2779,6 @@ dependencies = [
|
||||
"comemo",
|
||||
"ecow",
|
||||
"if_chain",
|
||||
"log",
|
||||
"once_cell",
|
||||
"serde",
|
||||
"typst",
|
||||
|
@ -71,7 +71,6 @@ kamadak-exif = "0.5"
|
||||
kurbo = "0.11"
|
||||
libfuzzer-sys = "0.4"
|
||||
lipsum = "0.9"
|
||||
log = "0.4"
|
||||
miniz_oxide = "0.8"
|
||||
native-tls = "0.2"
|
||||
notify = "6"
|
||||
|
@ -34,7 +34,6 @@ comemo = { workspace = true }
|
||||
dirs = { workspace = true }
|
||||
ecow = { workspace = true }
|
||||
fs_extra = { workspace = true }
|
||||
native-tls = { workspace = true }
|
||||
notify = { workspace = true }
|
||||
open = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
|
@ -18,7 +18,6 @@ typst-eval = { workspace = true }
|
||||
comemo = { workspace = true }
|
||||
ecow = { workspace = true }
|
||||
if_chain = { workspace = true }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
unscanny = { workspace = true }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user