Day 12 - Part 2

Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
Anthony Oteri
2023-12-12 14:55:22 -05:00
parent 98c9b7e4a9
commit 7b73f3f020
4 changed files with 86 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ miette = { workspace = true }
thiserror = { workspace = true }
dhat = { workspace = true }
regex = { workspace = true }
rayon = { workspace = true }
memoize = { workspace = true }
[dev-dependencies]
divan = { workspace = true }