aoc2023/17/Cargo.toml

12 lines
235 B
TOML

[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]
itertools = "0.12.0"
termcolor = "1.4.0"
test-case = "3.3.1"