diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |