mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Enable ecow's serde feature for typst-syntax
This commit is contained in:
parent
803ae9309f
commit
f39bfa4762
@ -17,7 +17,7 @@ bench = false
|
||||
|
||||
[dependencies]
|
||||
comemo = "0.3"
|
||||
ecow = "0.1.1"
|
||||
ecow = { version = "0.1.1", features = ["serde"] }
|
||||
once_cell = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tracing = "0.1.37"
|
||||
|
Loading…
x
Reference in New Issue
Block a user