import the update_file_store in the index-scheduler

This commit is contained in:
Tamo
2022-09-13 19:28:39 +02:00
committed by Clément Renault
parent 2afb381f95
commit 76597fc382
6 changed files with 5 additions and 277 deletions

View File

@ -11,6 +11,7 @@ bincode = "1.3.3"
csv = "1.1.6"
derivative = "2.2.0"
either = { version = "1.6.1", features = ["serde"] }
file-store = { path = "../file-store" }
fst = "0.4.7"
indexmap = { version = "1.8.0", features = ["serde-1"] }
lazy_static = "1.4.0"