Day 6 - Part 1

Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
This commit is contained in:
Anthony Oteri
2023-12-06 10:19:08 -05:00
parent 3e5ef70018
commit a5f6958c35
4 changed files with 94 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "day-06"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.12.0"
nom = "7.1.3"
nom-supreme = "0.8.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
[dev-dependencies]
env_logger = "0.10.1"
test-log = "0.2.13"