Use the byte-unit crate to ease library usage

This commit is contained in:
Kerollmops
2020-12-20 11:55:21 +01:00
parent b032ceb5d4
commit 77e951e933
7 changed files with 57 additions and 19 deletions

View File

@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.28"
bstr = "0.2.13"
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
byteorder = "1.3.4"
crossbeam-channel = "0.5.0"
csv = "1.1.3"