write the dump export

This commit is contained in:
Tamo
2022-10-13 15:02:59 +02:00
committed by Clément Renault
parent 8954b1bd1d
commit b7f9c94f4a
25 changed files with 686 additions and 184 deletions

View File

@ -10,6 +10,7 @@ csv = "1.1.6"
either = { version = "1.6.1", features = ["serde"] }
milli = { git = "https://github.com/meilisearch/milli.git", branch = "indexation-abortion", default-features = false }
enum-iterator = "0.7.0"
fst = "0.4.7"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
roaring = { version = "0.10.0", features = ["serde"] }