diff options
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 6 |
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" |
