1
1
mirror of https://github.com/theoludwig/advent_of_code.git synced 2025-02-20 14:38:48 +01:00

10 lines
195 B
TOML
Raw Normal View History

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