aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1090ce..e1ad2e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,10 @@ unicode-segmentation = "1.10.0"
[dev-dependencies]
strum = "0.24"
-strum_macros = "0.24" \ No newline at end of file
+strum_macros = "0.24"
+digest = "0.10.5"
+md4 = "0.10.2"
+md-5 = "0.10.5"
+sha-1 = "0.10.0"
+sha2 = "0.10.6"
+ripemd = "0.1.3" \ No newline at end of file