extract the index abstraction out of the index-scheduler in its own module

This commit is contained in:
Tamo
2022-09-13 20:04:48 +02:00
committed by Clément Renault
parent 5abb79f149
commit cf8c4310ab
14 changed files with 64 additions and 186 deletions

View File

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