Compress updates content using gzip

This commit is contained in:
Clément Renault
2020-12-17 10:00:46 +01:00
parent cd5605bb86
commit 5a23417499
3 changed files with 23 additions and 3 deletions

View File

@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.28"
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
heed = "0.10.5"
memmap = "0.7.0"