Accept csv from stdin

This commit is contained in:
Clément Renault
2020-08-06 12:38:42 +02:00
parent d3b1096510
commit 405a71d3a4
3 changed files with 63 additions and 7 deletions

View File

@ -7,6 +7,7 @@ default-run = "indexer"
[dependencies]
anyhow = "1.0.28"
arc-cache = { git = "https://github.com/Kerollmops/rust-arc-cache.git", rev = "56530f2" }
bitpacking = "0.8.2"
byteorder = "1.3.4"
cow-utils = "0.1.2"
@ -19,7 +20,7 @@ levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
memmap = "0.7.0"
once_cell = "1.4.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "6b8a3a8" }
arc-cache = { git = "https://github.com/Kerollmops/rust-arc-cache.git", rev = "56530f2" }
pipe = "0.3.0"
rayon = "1.3.1"
roaring = { git = "https://github.com/Kerollmops/roaring-rs.git", branch = "mem-usage" }
slice-group-by = "0.2.6"