diff options
author | Andreas Grois <andi@grois.info> | 2022-10-09 19:41:15 +0200 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-10-09 19:41:15 +0200 |
commit | 5e2f651400971d610ef76918e6f6366b01071e60 (patch) | |
tree | dd892ee718270dd6753b67fc69f27aeaea1858b4 /Cargo.toml | |
parent | fd68c7ad50b78f84443e826fbe29bce24c417dd7 (diff) |
Add first integration test.
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 |