summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-26 00:13:19 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-26 00:13:44 +0100
commit4f85fc3acd840ff8802035abcdcf2191689bb628 (patch)
treec91071afc2758ed98b01c619b5e6d9eac3281a5a /Cargo.toml
parentb0f4b13f6d4a1fe7742707d08e11ba03f3542b58 (diff)
Remove dependency on itertools
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d709b0b0..3971b971 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,18 +9,14 @@ default = ["fs"]
cli = ["fs", "pico-args", "codespan-reporting", "same-file"]
fs = ["dirs", "memmap2", "same-file", "walkdir"]
-# Dependency updates:
-# - Bump ttf-parser when rustybuzz is updated
-# - Bump usvg and resvg in conjunction with svg2pdf
-
[dependencies]
# Workspace
typst-macros = { path = "./macros" }
# Utilities
bytemuck = "1"
+either = "1"
fxhash = "0.2"
-itertools = "0.10"
once_cell = "1"
serde = { version = "1", features = ["derive"] }
typed-arena = "2"