diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-26 00:13:19 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-26 00:13:44 +0100 |
| commit | 4f85fc3acd840ff8802035abcdcf2191689bb628 (patch) | |
| tree | c91071afc2758ed98b01c619b5e6d9eac3281a5a /Cargo.toml | |
| parent | b0f4b13f6d4a1fe7742707d08e11ba03f3542b58 (diff) | |
Remove dependency on itertools
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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" |
