Serialize the CSV record values as JSON strings

This commit is contained in:
Clément Renault
2020-10-24 14:02:29 +02:00
parent 656a851830
commit b44b04d25b
3 changed files with 18 additions and 14 deletions

View File

@ -13,7 +13,7 @@ csv = "1.1.3"
flate2 = "1.0.17"
fst = "0.4.4"
fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "c390cfe" }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "ce3517f" }
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }
human_format = "1.0.3"
indexmap = { version = "1.6.0", features = ["serde-1"] }