summaryrefslogtreecommitdiff
path: root/crates/typst-ide/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-11-13 12:01:38 +0100
committerLaurenz <laurmaedje@gmail.com>2024-11-13 12:03:47 +0100
commit8dbbe68527e0855b87910fe367ef29f96a670408 (patch)
treeb80403da30012f623fe1d2d298dbd1def19f90a8 /crates/typst-ide/Cargo.toml
parent737895d769188f6fc154523e67a9102bc24c872e (diff)
Backport IDE improvements0.12.0-with-extras
Diffstat (limited to 'crates/typst-ide/Cargo.toml')
-rw-r--r--crates/typst-ide/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-ide/Cargo.toml b/crates/typst-ide/Cargo.toml
index 4e87f99b..41397df9 100644
--- a/crates/typst-ide/Cargo.toml
+++ b/crates/typst-ide/Cargo.toml
@@ -18,6 +18,7 @@ comemo = { workspace = true }
ecow = { workspace = true }
if_chain = { workspace = true }
log = { workspace = true }
+pathdiff = { workspace = true }
serde = { workspace = true }
unscanny = { workspace = true }