mirror of
https://github.com/anthonyoteri/advent-of-code-2023.git
synced 2026-06-05 22:46:52 -04:00
3e5ef70018
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
10 lines
232 B
TOML
10 lines
232 B
TOML
[package]
|
|
name = "day-05"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
indicatif = { version = "0.17.7", features = ["rayon"] }
|