2023-12-17 04:38:35 -08:00
|
|
|
[package]
|
|
|
|
name = "day17"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-17 15:18:22 -08:00
|
|
|
itertools = "0.12.0"
|
|
|
|
termcolor = "1.4.0"
|
2023-12-17 05:57:30 -08:00
|
|
|
test-case = "3.3.1"
|