diff options
author | Alex <alex@adnab.me> | 2023-09-11 16:48:14 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-09-11 16:48:14 +0000 |
commit | fc635f7072e1def6e45123cd3abc4d267b555fc3 (patch) | |
tree | 8e4fa625c3c9ecdc93575ce0bb45ec301ed81227 /src/util/Cargo.toml | |
parent | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff) | |
parent | f8b3883611578713ecb8bcacaf24ca8029e7b739 (diff) | |
download | garage-fc635f7072e1def6e45123cd3abc4d267b555fc3.tar.gz garage-fc635f7072e1def6e45123cd3abc4d267b555fc3.zip |
Merge pull request 'make lmdb's map_size configurable (fix #628)' (#630) from configurable-map-size into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/630
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 00dae4d1..2efb0270 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -20,6 +20,7 @@ arc-swap = "1.0" async-trait = "0.1" blake2 = "0.10" bytes = "1.0" +bytesize = "1.2" digest = "0.10" err-derive = "0.3" hexdump = "0.1" |