summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-11-30 22:07:08 +0100
committerLaurenz <laurmaedje@gmail.com>2020-11-30 22:07:08 +0100
commitfdc1b378a3eb3cf325592b801c43e2ec2478ddff (patch)
tree0e83aa07d7ec49ac494746b44869d0306f5648fe /Cargo.toml
parent21857064db8ca1bdf61b6e5ee37dff1a15083189 (diff)
Compress images in PDFs ⚙
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 b7c3055f..a32cc8ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ fs = ["fontdock/fs"]
[dependencies]
fontdock = { path = "../fontdock", default-features = false }
pdf-writer = { path = "../pdf-writer" }
+deflate = { version = "0.8.6" }
image = { version = "0.23", default-features = false, features = ["jpeg", "png"] }
itoa = "0.4"
ttf-parser = "0.8.2"