advent-of-code-2023/day-10/Cargo.toml

15 lines
290 B
TOML
Raw Normal View History

2023-12-10 23:06:27 +01:00
[package]
name = "day-10"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
pathfinding = "4.4.0"
rayon.workspace = true
[dev-dependencies]
indoc.workspace = true