summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-07-19 10:47:14 +0200
committerLaurenz <laurmaedje@gmail.com>2023-07-19 10:47:14 +0200
commitf39bfa476222aa92a590d65f7c2d58612f24eef2 (patch)
treea976b060eb3704ef9185c17f231794644859e219 /crates
parent803ae9309f54eaffff1340a81d06ede1969e26b1 (diff)
Enable ecow's serde feature for typst-syntax
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/Cargo.toml b/crates/typst-syntax/Cargo.toml
index 928635c4..684e5fb2 100644
--- a/crates/typst-syntax/Cargo.toml
+++ b/crates/typst-syntax/Cargo.toml
@@ -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"