2023-12-09 20:22:46 +01:00
|
|
|
[package]
|
|
|
|
name = "day_5"
|
2024-01-27 17:49:25 +01:00
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2023-12-09 20:22:46 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rayon = { workspace = true }
|
|
|
|
indicatif = { workspace = true }
|