From 5e2f651400971d610ef76918e6f6366b01071e60 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 9 Oct 2022 19:41:15 +0200 Subject: Add first integration test. --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3