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 /crates/typst-cli/Cargo.toml | |
| parent | f3c39ac84a83c10afa7ed439343fcfbbfe2e3ef7 (diff) | |
Parallel export (#2989)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index c148bdb3..702746f5 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -37,7 +37,9 @@ inferno = { workspace = true } notify = { workspace = true } once_cell = { workspace = true } open = { workspace = true } +parking_lot = { workspace = true } pathdiff = { workspace = true } +rayon = { workspace = true } rustls = { workspace = true } rustls-pemfile = { workspace = true } same-file = { workspace = true } |
