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

13 lines
240 B
TOML

[package]
name = "day-25"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pathfinding = "4.8.0"
[dev-dependencies]
indoc.workspace = true