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 98bb742d77
commit 68e74e133f
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",
]