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