mirror of
https://github.com/anthonyoteri/advent-of-code-2023.git
synced 2026-06-06 00:46:53 -04:00
a5f6958c35
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
18 lines
343 B
TOML
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"
|