advent-of-code/2022/day22-part1/Cargo.toml

13 lines
309 B
TOML

[package]
name = "day22-part1"
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"] }
ndarray = { version = "0", features = ["rayon"] }