Make the indexer support gzipped CSV as input

This commit is contained in:
Clément Renault
2020-08-21 18:10:24 +02:00
parent ff479c865d
commit d19f394630
3 changed files with 15 additions and 5 deletions

View File

@ -14,6 +14,7 @@ bstr = "0.2.13"
byteorder = "1.3.4"
cow-utils = "0.1.2"
csv = "1.1.3"
flate2 = "1.0.17"
fst = "0.4.3"
fxhash = "0.2.1"
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }