mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
wip integrating the scheduler in meilisearch-http
This commit is contained in:
committed by
Clément Renault
parent
250410495c
commit
8d51c1f389
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -2332,6 +2332,7 @@ dependencies = [
|
||||
"cargo_toml",
|
||||
"clap 4.0.9",
|
||||
"crossbeam-channel",
|
||||
"document-formats",
|
||||
"either",
|
||||
"env_logger",
|
||||
"flate2",
|
||||
@ -2340,6 +2341,8 @@ dependencies = [
|
||||
"futures-util",
|
||||
"hex",
|
||||
"http",
|
||||
"index",
|
||||
"index-scheduler",
|
||||
"indexmap",
|
||||
"itertools",
|
||||
"jsonwebtoken",
|
||||
|
Reference in New Issue
Block a user