summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-01-23 16:01:15 +0100
committerLaurenz <laurmaedje@gmail.com>2023-01-27 11:38:04 +0100
commit33585d9a3fbab8a76d3fd8e9c2560f929202a518 (patch)
tree30ca6e09c91539013dd9acc5684edc330d0c29ce /Cargo.toml
parent4653ffebb43d733a3cff873d0903c7d00aaeb499 (diff)
Small fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c18aa3b6..ac16e1ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ comemo = { git = "https://github.com/typst/comemo" }
flate2 = "1"
if_chain = "1"
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
+log = "0.4"
miniz_oxide = "0.5"
once_cell = "1"
pdf-writer = "0.6"