write a dump exporter

This commit is contained in:
Tamo
2022-09-29 16:17:06 +02:00
committed by Clément Renault
parent 123f47dbc4
commit 87a6a337aa
5 changed files with 400 additions and 0 deletions

16
Cargo.lock generated
View File

@ -1140,6 +1140,22 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "dump"
version = "0.29.0"
dependencies = [
"flate2",
"index",
"insta",
"serde",
"serde_json",
"tar",
"tempfile",
"thiserror",
"time",
"uuid 1.1.2",
]
[[package]]
name = "either"
version = "1.8.0"