1
1
mirror of https://github.com/theoludwig/advent_of_code_2023.git synced 2024-07-17 07:20:11 +02:00
advent_of_code_2023/day_5/Cargo.toml

10 lines
183 B
TOML
Raw Permalink Normal View History

2023-12-09 20:22:46 +01:00
[package]
name = "day_5"
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 }