methods to update index time metadata

This commit is contained in:
mpostma
2021-03-11 18:32:04 +01:00
parent c9f9d39b54
commit 80d0f9c49d
3 changed files with 37 additions and 0 deletions

View File

@ -8,6 +8,7 @@ edition = "2018"
anyhow = "1.0.38"
bstr = "0.2.15"
byteorder = "1.4.2"
chrono = { version = "0.4.19", features = ["serde"] }
crossbeam-channel = "0.5.0"
csv = "1.1.5"
either = "1.6.1"