mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
Add egotree
This commit is contained in:
parent
8311997274
commit
1b44fea9d8
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3275,6 +3275,7 @@ dependencies = [
|
||||
"comemo",
|
||||
"csv",
|
||||
"ecow",
|
||||
"ego-tree",
|
||||
"flate2",
|
||||
"fontdb",
|
||||
"glidesort",
|
||||
|
@ -54,6 +54,7 @@ csv = "1"
|
||||
ctrlc = "3.4.1"
|
||||
dirs = "6"
|
||||
ecow = { version = "0.2", features = ["serde"] }
|
||||
ego-tree = "0.10"
|
||||
env_proxy = "0.4"
|
||||
fastrand = "2.3"
|
||||
flate2 = "1"
|
||||
|
@ -27,6 +27,7 @@ codex = { workspace = true }
|
||||
comemo = { workspace = true }
|
||||
csv = { workspace = true }
|
||||
ecow = { workspace = true }
|
||||
ego-tree = { workspace = true }
|
||||
flate2 = { workspace = true }
|
||||
fontdb = { workspace = true }
|
||||
glidesort = { workspace = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user