Day 16 - Part 2

Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
Anthony Oteri
2023-12-18 13:15:11 -05:00
parent 5c5bb4f8d8
commit 1d110c389e
3 changed files with 235 additions and 6 deletions
+2 -1
View File
@@ -6,6 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon.workspace = true
itertools = { workspace = true }
nom = { workspace = true }
tracing = { workspace = true }
@@ -14,7 +16,6 @@ miette = { workspace = true }
thiserror = { workspace = true }
dhat = { workspace = true }
glam = { workspace = true }
[dev-dependencies]
divan = { workspace = true }
env_logger = { workspace = true }