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

@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.28"
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
byte-unit = { version = "4.0.9", default-features = false, features = ["std"] }
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "3adcb26" }
heed = "0.10.5"
memmap = "0.7.0"