2023-12-21 00:33:28 -08:00
|
|
|
[package]
|
|
|
|
name = "day21"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
indicatif = "0.17.7"
|
2023-12-21 03:17:11 -08:00
|
|
|
polyfit-rs = "0.2.1"
|
|
|
|
primes = "0.3.0"
|
2023-12-21 00:33:28 -08:00
|
|
|
rayon = "1.8.0"
|
2023-12-21 03:17:11 -08:00
|
|
|
test-case = "3.3.1"
|