aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-09 19:41:15 +0200
committerAndreas Grois <andi@grois.info>2022-10-09 19:41:15 +0200
commit5e2f651400971d610ef76918e6f6366b01071e60 (patch)
treedd892ee718270dd6753b67fc69f27aeaea1858b4 /Cargo.toml
parentfd68c7ad50b78f84443e826fbe29bce24c417dd7 (diff)
Add first integration test.
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