mirror of
https://github.com/theoludwig/advent_of_code_2023.git
synced 2024-10-29 22:17:19 +01:00
9 lines
138 B
TOML
9 lines
138 B
TOML
[package]
|
|
name = "day_5"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rayon = { workspace = true }
|
|
indicatif = { workspace = true }
|