diff options
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index cb2baf06..93115843 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -16,8 +16,10 @@ path = "lib.rs" rand = "0.7" hex = "0.3" sha2 = "0.8" +blake2 = "0.9" err-derive = "0.2.3" log = "0.4" +fasthash = "0.4" sled = "0.31" |