advent-of-code/2022/day21-part2/Cargo.toml

12 lines
259 B
TOML

[package]
name = "day21-part2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = "1"
itertools = "0"
id-arena = { version = "2", features = ["rayon"] }