summaryrefslogtreecommitdiff
path: root/crates/typst-ide/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-10-30 22:54:17 +0100
committerLaurenz <laurmaedje@gmail.com>2023-10-30 22:54:17 +0100
commit5a6cadefda9a65a83e678e0d541a89bb672962ee (patch)
tree391ee4c7f5feaf84d5d7209b7cef402724948bc3 /crates/typst-ide/Cargo.toml
parent7ac9b1a365d4e3e2888246c9429b23b037c956d8 (diff)
Label autocompletion
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 8513acbc..410b6f67 100644
--- a/crates/typst-ide/Cargo.toml
+++ b/crates/typst-ide/Cargo.toml
@@ -21,5 +21,6 @@ typst = { path = "../typst" }
comemo = "0.3"
ecow = { version = "0.2", features = ["serde"] }
if_chain = "1"
+log = "0.4"
serde = { version = "1.0.184", features = ["derive"] }
unscanny = "0.1"