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

15 lines
320 B
TOML
Raw Permalink Normal View History

2023-12-11 13:00:45 +01:00
[package]
name = "day-11"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indicatif = { version = "0.17.7", features = ["rayon"] }
pathfinding = "4.4.0"
rayon.workspace = true
[dev-dependencies]
indoc.workspace = true