Introduce a notification channel for the UpdateStore

This commit is contained in:
Clément Renault
2020-10-18 16:37:37 +02:00
parent 83c1db8763
commit eca49e3a03
3 changed files with 98 additions and 21 deletions

View File

@ -9,6 +9,7 @@ default-run = "indexer"
anyhow = "1.0.28"
bstr = "0.2.13"
byteorder = "1.3.4"
crossbeam-channel = "0.5.0"
csv = "1.1.3"
flate2 = "1.0.17"
fst = "0.4.4"