diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-12-18 12:32:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 12:32:53 +0100 |
| commit | 08225e42d8748802b11b056964cb7763e7da8135 (patch) | |
| tree | 7a83c55bda39becea7c095568b234fca756d8010 /Cargo.toml | |
| parent | f3c39ac84a83c10afa7ed439343fcfbbfe2e3ef7 (diff) | |
Parallel export (#2989)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
