fix all the errors code and settings issues when importing a dump v2

This commit is contained in:
Tamo
2022-10-17 12:47:48 +02:00
committed by Clément Renault
parent 3872a1b8d1
commit a9eeb070b8
9 changed files with 85 additions and 15 deletions

View File

@ -19,6 +19,8 @@ log = "0.4.17"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
http = "0.2.8"
regex = "1.6.0"
lazy_static = "1.4.0"
[dev-dependencies]
big_s = "1.0.2"