mirror of
https://github.com/theoludwig/advent_of_code.git
synced 2025-02-20 14:38:48 +01:00
10 lines
195 B
TOML
10 lines
195 B
TOML
[package]
|
|
name = "puzzle_2023_day_5"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
rayon = { workspace = true }
|
|
indicatif = { workspace = true }
|