Day 11 - Part 2

Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
Anthony Oteri
2023-12-12 08:06:22 -05:00
parent 8580a33dcd
commit 530417e816
3 changed files with 84 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ tracing-subscriber = { workspace = true }
miette = { workspace = true }
thiserror = { workspace = true }
dhat = { workspace = true }
rayon = { workspace = true }
[dev-dependencies]
divan = { workspace = true }