diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,8 +22,10 @@ opt-level = 2 decorum = { version = "0.3.1", default-features = false, features = ["serialize-serde"] } fxhash = "0.2.1" image = { version = "0.23", default-features = false, features = ["png", "jpeg"] } +itertools = "0.10" miniz_oxide = "0.4" pdf-writer = "0.3" +rand = "0.8" rustybuzz = "0.4" serde = { version = "1", features = ["derive", "rc"] } ttf-parser = "0.12" |
