Files
Anthony Oteri a5f6958c35 Day 6 - Part 1
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
2023-12-06 10:19:08 -05:00

18 lines
343 B
TOML

[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"