mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +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",
|
"dirs",
|
||||||
"ecow",
|
"ecow",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"native-tls",
|
|
||||||
"notify",
|
"notify",
|
||||||
"open",
|
"open",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
@ -2780,7 +2779,6 @@ dependencies = [
|
|||||||
"comemo",
|
"comemo",
|
||||||
"ecow",
|
"ecow",
|
||||||
"if_chain",
|
"if_chain",
|
||||||
"log",
|
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"serde",
|
"serde",
|
||||||
"typst",
|
"typst",
|
||||||
|
@ -71,7 +71,6 @@ kamadak-exif = "0.5"
|
|||||||
kurbo = "0.11"
|
kurbo = "0.11"
|
||||||
libfuzzer-sys = "0.4"
|
libfuzzer-sys = "0.4"
|
||||||
lipsum = "0.9"
|
lipsum = "0.9"
|
||||||
log = "0.4"
|
|
||||||
miniz_oxide = "0.8"
|
miniz_oxide = "0.8"
|
||||||
native-tls = "0.2"
|
native-tls = "0.2"
|
||||||
notify = "6"
|
notify = "6"
|
||||||
|
@ -34,7 +34,6 @@ comemo = { workspace = true }
|
|||||||
dirs = { workspace = true }
|
dirs = { workspace = true }
|
||||||
ecow = { workspace = true }
|
ecow = { workspace = true }
|
||||||
fs_extra = { workspace = true }
|
fs_extra = { workspace = true }
|
||||||
native-tls = { workspace = true }
|
|
||||||
notify = { workspace = true }
|
notify = { workspace = true }
|
||||||
open = { workspace = true }
|
open = { workspace = true }
|
||||||
parking_lot = { workspace = true }
|
parking_lot = { workspace = true }
|
||||||
|
@ -18,7 +18,6 @@ typst-eval = { workspace = true }
|
|||||||
comemo = { workspace = true }
|
comemo = { workspace = true }
|
||||||
ecow = { workspace = true }
|
ecow = { workspace = true }
|
||||||
if_chain = { workspace = true }
|
if_chain = { workspace = true }
|
||||||
log = { workspace = true }
|
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
unscanny = { workspace = true }
|
unscanny = { workspace = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user