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

13 lines
241 B
TOML
Raw Permalink Normal View History

2023-12-16 21:20:25 +01:00
[package]
name = "day-16"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon.workspace = true
[dev-dependencies]
indoc.workspace = true