add gz compression

This commit is contained in:
Vinzenz Schroeter 2024-05-11 21:14:20 +02:00
parent 0e393896d3
commit 5c61d02749
8 changed files with 243 additions and 108 deletions

View file

@ -7,4 +7,5 @@ edition = "2021"
num = "0.4"
num-derive = "0.4"
num-traits = "0.2"
log = "0.4.21"
log = "0.4"
flate2 = "1.0"