Introduce an helpers crate that export the database to stdout

This commit is contained in:
Clément Renault
2021-02-21 17:21:13 +01:00
parent 68102fced8
commit 9423310816
4 changed files with 113 additions and 1 deletions

12
Cargo.lock generated
View File

@ -859,6 +859,18 @@ dependencies = [
"zerocopy",
]
[[package]]
name = "helpers"
version = "0.1.0"
dependencies = [
"anyhow",
"byte-unit",
"heed",
"milli",
"stderrlog",
"structopt",
]
[[package]]
name = "hermit-abi"
version = "0.1.18"