html terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43e3ec6..8031272 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,8 @@ serde_json = "1.0"
btparse = "0.1.1"
mindus = "1.1"
image = { version = "0.24.6", features = ["png"], default-features = false }
+oxipng = { version = "8.0.0", features = ["parallel", "zopfli"], default-features = false }
+zopfli = { version = "0.7.4", features = ["nightly"] }
[profile.release]
lto = true
@@ -49,3 +51,6 @@ strip = true
[build-dependencies]
minify-html = "0.11.1"
+
+[profile.dev.package."*"]
+opt-level = 3