summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-14 10:10:26 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-14 10:10:26 +0100
commitf3980c704544a464f9729cc8bc9f97d3a7454769 (patch)
treeb68d60cb8a8adb0265dd2b10ee91d6bbee63f372 /Cargo.toml
parent0c7fb7d30fb92cbb047fd096588959971ba32611 (diff)
Basic autocompletion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f38fc997..9b7f6860 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ bitflags = "1"
bytemuck = "1"
comemo = { git = "https://github.com/typst/comemo" }
flate2 = "1"
+if_chain = "1"
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
miniz_oxide = "0.5"
once_cell = "1"
@@ -31,6 +32,7 @@ serde = { version = "1", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1"
svg2pdf = "0.4"
+symmie = { git = "https://github.com/typst/symmie" }
thin-vec = "0.2"
tiny-skia = "0.6.2"
ttf-parser = "0.17"