summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-12-18 12:32:53 +0100
committerGitHub <noreply@github.com>2023-12-18 12:32:53 +0100
commit08225e42d8748802b11b056964cb7763e7da8135 (patch)
tree7a83c55bda39becea7c095568b234fca756d8010 /Cargo.toml
parentf3c39ac84a83c10afa7ed439343fcfbbfe2e3ef7 (diff)
Parallel export (#2989)
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 2163d7c0..9e6e5ac0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,7 @@ once_cell = "1"
open = "5.0.1"
oxipng = { version = "9.0", default-features = false, features = ["filetime", "parallel", "zopfli"] }
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
+parking_lot = "0.12.1"
pathdiff = "0.2"
pdf-writer = "0.9.2"
pixglyph = "0.2"