This commit is contained in:
2024-12-06 10:04:09 +01:00
parent 8fd9bcd63a
commit 49633b8504
7 changed files with 105 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
md5 = "0.7.0"
md5 = { workspace = true }
utils = { workspace = true }
itertools = { workspace = true }