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

12 lines
242 B
TOML
Raw Permalink Normal View History

2023-12-05 16:11:18 +01:00
[package]
name = "day-05"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
ranges = "0.3.3"
rayon.workspace = true