rust/hg-core/Cargo.toml
changeset 46181 3aec2620554b
parent 46058 fd47483f1645
child 46462 0800aa42bb4c
--- a/rust/hg-core/Cargo.toml	Sat Dec 26 18:26:32 2020 +0530
+++ b/rust/hg-core/Cargo.toml	Tue Dec 01 14:46:55 2020 +0100
@@ -27,6 +27,7 @@
 memmap = "0.7.0"
 zstd = "0.5.3"
 rust-crypto = "0.2.36"
+format-bytes = "0.1.2"
 
 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
 # we have a clearer view of which backend is the fastest.