Compress the snapshot in a tarball

This commit is contained in:
Kerollmops
2022-10-25 15:51:15 +02:00
committed by Clément Renault
parent 4cafc63561
commit 942b7c338b
8 changed files with 65 additions and 7 deletions

2
Cargo.lock generated
View File

@ -2341,6 +2341,7 @@ dependencies = [
"csv",
"either",
"enum-iterator",
"flate2",
"fst",
"insta",
"meili-snap",
@ -2350,6 +2351,7 @@ dependencies = [
"roaring",
"serde",
"serde_json",
"tar",
"thiserror",
"time",
"tokio",