move the update file store to another crate with as little dependencies as possible

This commit is contained in:
Tamo
2022-09-13 15:35:57 +02:00
committed by Clément Renault
parent a0588d6b94
commit a9844bd4f6
4 changed files with 191 additions and 0 deletions

View File

@ -6,6 +6,7 @@ members = [
"meilisearch-lib",
"meilisearch-auth",
"index-scheduler",
"file-store",
"permissive-json-pointer",
]