summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-22 22:32:46 +0000
committersoryu <soryu@soryu.co>2026-01-23 01:03:04 +0000
commit1ed362424dafec690f919154f5116471951cda9c (patch)
tree19c7ca9231887394a791223fe32a8ad335a687a8 /makima/Cargo.toml
parent265f8cf14fec9d7116d09af49e4b48b357faceda (diff)
downloadsoryu-1ed362424dafec690f919154f5116471951cda9c.tar.gz
soryu-1ed362424dafec690f919154f5116471951cda9c.zip
Add patch checkpointing
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index 650628a..950c123 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -92,3 +92,9 @@ ahash = "0.8"
# TUI
ratatui = "0.29"
crossterm = "0.28"
+
+# Compression
+flate2 = "1.0"
+
+[dev-dependencies]
+tempfile = "3.10"