Files
Anthony Oteri 3e5ef70018 Day 5 - Part 2
Signed-off-by: Anthony Oteri <anthony.oteri@gmail.com>
2023-12-05 18:46:20 -05:00

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"] }