Move the UpdateStore into the http-ui crate

This commit is contained in:
Kerollmops
2021-06-08 17:44:25 +02:00
parent 32cf5a29ce
commit 103dddba2f
6 changed files with 10 additions and 6 deletions

View File

@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
crossbeam-channel = "0.5.0"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
heed = "0.10.6"
meilisearch-tokenizer = { git = "https://github.com/meilisearch/Tokenizer.git", tag = "v0.2.2" }