use openssl for faster hashing

This commit is contained in:
Dietmar Maurer
2018-12-22 14:31:59 +01:00
parent e95950e40a
commit 7b2b40a893
2 changed files with 8 additions and 8 deletions

View File

@ -24,10 +24,9 @@ http = "0.1.13"
hyper = "0.12.14"
lazy_static = "1.1.0"
regex = "1.0.6"
rust-crypto = "0.2.36"
libc = "0.2"
nix = "0.12.0"
shellwords = "1.0.0"
uuid = { version = "0.7", features = ["v4"] }
chrono = "0.4.6" # Date and time library for Rust
openssl = "0.10.16"